From e13cf55416e6c474fc0fe32e51f35f626fb64a4f Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 20 Mar 2018 22:11:07 +0100 Subject: [PATCH] More descriptions, more table padding --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0803a57..4ccaf47 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,16 @@ ssh://myserver/srv/git/mydocs.git # Interesting scripts -| ./bin/ | description | -|----------|-----------------| -| calibre_update | Update (or install) ebook manager Calibre | -| clean_mac_files | Remove those DS_Store and other dirs | -| clean_project | Remove compiled Python files, vim swp files | -| clean_pyc | Remove compiled Python files| -| fixpermissions | chmod dirs to 755, files to 644 | -| fixpictimestamps | Change file ctime to datetime from EXIF | -| fontupdate | Update nerd-fonts; whole repo on server, link font files to ~/.local/share/fonts | +| ./bin/ | description | +|------------------|-----------------------------------------------------------------------------------------| +| calibre_update | Update (or install) ebook manager Calibre | +| clean_mac_files | Remove those DS_Store and other dirs | +| clean_project | Remove compiled Python files, vim swp files | +| clean_pyc | Remove compiled Python files | +| fixpermissions | chmod dirs to 755, files to 644 | +| fixpictimestamps | Change file ctime to datetime from EXIF | +| fontupdate | Update nerd-fonts; whole repo on server, link font files to ~/.local/share/fonts | +| fuz | Simple note-taking 'app' based on FZF and vim | +| git_autosave | Simple script to call from crontab or something to commit certain files in Git and push | +| git_clean | Clean the Git tree | +| sorter | Sort files in newly created subdirectories, based on pre- or postfixes |