Rewrite commenting scripts

This commit is contained in:
Ev Bogdanov 2017-08-16 14:57:04 +03:00
parent a56f7ba603
commit 7046de9503
3 changed files with 14 additions and 18 deletions

View file

@ -82,8 +82,8 @@ I spawn Acme by running `a` script.
Who is who in **bin** directory:
- `a` start Acme
- `c+ SYMBOL` add comment (python: `|c+` or `|c+ '#'`, erlang: `|c+ %`, js: `|c+ //`)
- `c- SYMBOL` delete comment (python/erlang: `|c-`, js: `|c- //`)
- `c+ SYMBOL` comment selection (python: `|c+` or `|c+ '#'`, erlang: `|c+ %`, js: `|c+ //`)
- `c- SYMBOL` uncomment selection
- `g+ WHAT` recursively grep current directory
- `git+ MESSAGE` git: commit and push to master
- `h+` heading