aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Apply cleverer arg-arranging method to apf(1)Tom Ryder2016-08-221-30/+38
| | | | This avoids a temporary file and some hairy sed(1)
* Strip trailing period from sshi(1) hostnamesTom Ryder2016-08-201-2/+2
|
* Exit sshi(1) with 1 not 2 if null SSH_CONNECTIONTom Ryder2016-08-201-1/+1
| | | | Since that's not a usage error
* Port fnl() to POSIX sh script fnl(1)Tom Ryder2016-08-201-0/+21
| | | | | No real compelling reason to make it a shell function in the first place.
* Add sshi(1)Tom Ryder2016-08-201-0/+28
|
* Pass null arg to manual cleanup() call in apf(1)Tom Ryder2016-08-201-1/+1
|
* Remove debugging code from eds(1)Tom Ryder2016-08-191-2/+1
|
* Clean up temporary files before apf(1) execTom Ryder2016-08-191-0/+3
|
* Strip trailing whitespace from apf(1)Tom Ryder2016-08-191-2/+2
|
* Correct a comment in edda(1)Tom Ryder2016-08-191-1/+1
|
* Port eds(1) to POSIX sh(1)Tom Ryder2016-08-191-38/+37
| | | | | | | | Even managed to keep the options. Removed issue about Bash scripts; han(1) needs to be Bash as it's specifically for the Bash help() builtin. There's no advantage to making it POSIX.
* Translate apf(1) to POSIX shTom Ryder2016-08-191-20/+42
| | | | | | | | | | | We lose the ability to include newlines in options, but probably a pretty good tradeoff, especially since it makes the *rc files hand-editable in theory. Also add skipping comments and blank lines. Update ISSUES.markdown. There are two more Bash scripts left; one of them, han(1), does actually require Bash, though.
* Correct stws(1)'s self-identifyingTom Ryder2016-08-191-1/+1
|
* Port edda(1) to POSIX shTom Ryder2016-08-191-26/+15
| | | | | Losing the option-passing; could perhaps add this in again by specifically supporting POSIX-specific options for ed(1)
* Suppress stderr from command -v checksTom Ryder2016-08-183-3/+3
| | | | | Now I remember--old Bash prints failure messages to stderr for this call. That'll be why I was suppressing both streams initially.
* Arrange EDITOR/VISUAL in a more typical wayTom Ryder2016-08-182-4/+4
|
* Correct a null variable reference in edda(1)Tom Ryder2016-08-171-1/+1
|
* Be consistent with trailing punct in commentsTom Ryder2016-08-161-3/+3
|
* Swap td(1) for mktemp(1) in han(1)Tom Ryder2016-08-161-5/+7
|
* Quote variable in param expansion in eds(1)Tom Ryder2016-08-161-1/+1
|
* Swap td(1) for mktemp(1) in edda(1)Tom Ryder2016-08-161-5/+10
|
* Simplify help in edda(1) and eds(1)Tom Ryder2016-08-162-32/+9
|
* Remove crufty hash call from edda(1)Tom Ryder2016-08-161-5/+0
|
* Use regular BASH_VERSINFO checkTom Ryder2016-08-164-3/+10
|
* Remove some cruft from apf(1)Tom Ryder2016-08-161-15/+0
|
* Change stderr redirections for consistencyTom Ryder2016-08-162-3/+2
|
* Add a comment to the top of rfct(1)Tom Ryder2016-08-161-0/+1
|
* Move awk scripts into shb(1)Tom Ryder2016-08-163-3/+0
|
* Reverse .m4 translation for binscriptsTom Ryder2016-08-164-4/+64
| | | | Either this is overengineering, or I don't understand m4 well enough.
* Add self var to rndl(1)Tom Ryder2016-08-161-0/+1
|
* Template traps in scripts depending on mktd(1)Tom Ryder2016-08-164-59/+5
|
* Extend and comment sed(1) in urlmt(1)Tom Ryder2016-08-151-1/+7
|
* Correct order of tasks in xgo(1)Tom Ryder2016-08-151-3/+3
|
* Allow timeout argument to dmp(1)Tom Ryder2016-08-151-1/+4
|
* Ignore a shellcheck message in dmp(1)Tom Ryder2016-08-151-0/+1
| | | | | Interesting that I have to put this above the variable assignment rather than the specific line
* Exit from xgo(1) subshell, not continueTom Ryder2016-08-151-2/+2
|
* Strip some trailing whitespaceTom Ryder2016-08-151-1/+1
|
* Make xgoc(1) executableTom Ryder2016-08-141-0/+0
|
* Make YouTube pattern more specificTom Ryder2016-08-141-2/+2
|
* Put sed script onto one lineTom Ryder2016-08-141-4/+1
|
* Refactor br(1), brxs(1), add xgo(1) and xgoc(1)Tom Ryder2016-08-144-26/+37
| | | | Including updating keybindings
* Bail if dmp(1) subshell exitsTom Ryder2016-08-141-1/+1
|
* Add optional terminator to dmp(1)Tom Ryder2016-08-141-1/+1
|
* Add dmp(1)Tom Ryder2016-08-141-0/+28
|
* Stop feh(1) handling GIFsTom Ryder2016-08-141-0/+1
| | | | (Because it doesn't)
* Have urlh(1) convert line endingsTom Ryder2016-08-141-0/+3
|
* Add sd2u(1) and su2d(1)Tom Ryder2016-08-142-0/+4
|
* Add tentative enhancements to br(1)Tom Ryder2016-08-141-1/+22
|
* Add urlh(1) and urlmt(1)Tom Ryder2016-08-142-0/+30
|
* Add unf(1)Tom Ryder2016-08-141-0/+17
|