about summary refs log tree commit diff stats
path: root/doc/rifle.pod
Commit message (Collapse)AuthorAgeFilesLines
* Prefer VISUAL to EDITORtoonn2018-01-231-1/+7
| | | | | | | | | | | | | `VISUAL` is often misused to mean desktop GUI editor it's actual purpose was to distinguish editors like `vi` (which is short for visual) from editors like `ed` (which was probably short for editor), `EDITOR` is actually intended to point to one of the latter. Rifle still defaults to `vim` if both variables are undefined, even with an old `rifle.conf` after trying to fall back on `EDITOR`. For some better information on this see, https://unix.stackexchange.com/a/334022
* rifle: Add new option flag `-c`Samuel Walladge2017-02-051-3/+8
|
* doc/rifle.1: added whitespace at exampleshut2013-02-181-0/+4
|
* doc/rifle.1: Added man page for riflehut2013-02-181-0/+120