aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/ed.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add --no-warnings to rlwrap callsTom Ryder2021-12-241-1/+1
|
* Refactor some conditionalsTom Ryder2018-12-111-2/+4
|
* Add ed() options file checkTom Ryder2017-06-231-0/+4
|
* Use more logical ~/.cache subpathTom Ryder2017-04-121-1/+1
|
* Revert "Color ed(1) prompt if possible"Tom Ryder2017-01-181-14/+2
| | | | This reverts commit ffd9d95b6adf5982448e1685a8c79c74b148cb00.
* Revert "Remove some quotes that confused OpenBSD"Tom Ryder2017-01-181-2/+2
| | | | This reverts commit f825245902048e324a3567e0967f21cc1fae5bd3.
* Remove some quotes that confused OpenBSDTom Ryder2017-01-181-2/+2
|
* Color ed(1) prompt if possibleTom Ryder2017-01-181-2/+14
|
* Don't save history for ed(1) rlwrapTom Ryder2016-12-241-1/+1
|
* Change prompt character for ed(1) wrapperTom Ryder2016-12-221-2/+2
| | | | | | POSIX default prompt for ed(1) (after P command) is an asterisk rather than a colon. I suppose it makes sense to have a distinct character from the one used for ex(1).
* Restructure ed() to test,cache features on loginTom Ryder2016-08-211-20/+18
|
* Suppress stderr from command -v checksTom Ryder2016-08-181-1/+1
| | | | | Now I remember--old Bash prints failure messages to stderr for this call. That'll be why I was suppressing both streams initially.
* Replace Bashism "hash" with POSIX sh "command"Tom Ryder2016-08-181-1/+1
|
* Move simple Bash/pdksh functions into POSIX shTom Ryder2016-08-171-0/+26
Have only translated the scripts that translate readily into POSIX sh for now. More complex stuff like that bd/pd/sd/ud navigation for Bash doesn't port as easily, mostly because there isn't an analogue for the "local" keyword in POSIX.