Add stuff page
This commit is contained in:
33
pages/stuff.md
Normal file
33
pages/stuff.md
Normal file
@ -0,0 +1,33 @@
|
||||
# Some cool stuff I built
|
||||
|
||||
## vimtabdiff
|
||||
|
||||
Simple python script to see diff off two directories with diff of each file in a vim tab. Typically used to replace `git difftool`
|
||||
|
||||
<div class="table">
|
||||
+---------+-------------------------------------------+
|
||||
| Project | vimtabdiff |
|
||||
+---------+-------------------------------------------+
|
||||
| Tags | #python, #vim, #git |
|
||||
+---------+-------------------------------------------+
|
||||
| Github | <https://github.com/balki/vimtabdiff> |
|
||||
+---------+-------------------------------------------+
|
||||
| Gitea | <https://gitea.balki.me/balki/vimtabdiff> |
|
||||
+---------+-------------------------------------------+
|
||||
</div>
|
||||
|
||||
## grocery_guy
|
||||
|
||||
Telegram bot to manage lists.
|
||||
|
||||
<div class="table">
|
||||
+----------+----------------------------------------------------+
|
||||
| Project | grocery_guy |
|
||||
+----------+----------------------------------------------------+
|
||||
| Tags | #golang, #telegram |
|
||||
+----------+----------------------------------------------------+
|
||||
| Gitea | <https://gitea.balki.me/balki/telegram-chklistbot> |
|
||||
+----------+----------------------------------------------------+
|
||||
| Telegram | <https://t.me/grocery_guy_bot> |
|
||||
+----------+----------------------------------------------------+
|
||||
</div>
|
Reference in New Issue
Block a user