aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Move han(1) to be shebanggedTom Ryder2016-08-291-1/+0
|
* Put dotfiles manuals into their own sectionTom Ryder2016-08-2619-24/+25
| | | | This probably contains a few mistakes
* Add notifications to dmp(1)Tom Ryder2016-08-251-1/+6
|
* Tidy up and comment xgo(1)Tom Ryder2016-08-251-9/+28
|
* Open PDFs with xpdf(1)Tom Ryder2016-08-251-0/+7
|
* Expand and whitelist BASH_VERSINFO check in han(1)Tom Ryder2016-08-231-2/+8
|
* Add missing self var to edda(1)Tom Ryder2016-08-231-0/+1
|
* Extract actual media from GitHub/Imgur linksTom Ryder2016-08-231-0/+6
|
* Make xgo(1) view plain text in view(1) insteadTom Ryder2016-08-231-1/+1
|
* Have xgo(1) handle video with mpv(1) tooTom Ryder2016-08-231-1/+1
|
* Have xgo(1) handle audio with mpv(1)Tom Ryder2016-08-231-0/+3
|
* Accept no space after semicolon in MIME typeTom Ryder2016-08-231-1/+1
|
* Set xgo(1) to load text/plain docs in $PAGERTom Ryder2016-08-231-0/+5
|
* Add some appropriate flags to curl(1) callsTom Ryder2016-08-222-2/+2
|
* 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
|