aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove all the perldocTom Ryder2016-06-191-55/+0
|
* Add "selection" urxvt scriptTom Ryder2016-06-192-1/+186
| | | | | | I don't like this very much, I just want something that correctly handles urxvt.cutchars with unicode characters. I'll cut it down and tidy it up shortly in the same way I did with the clip ext.
* Fix comment tooTom Ryder2016-06-181-1/+1
|
* Update documentation to reflect prev commitTom Ryder2016-06-181-2/+2
|
* Swap pandoc(1) for markdown(1)Tom Ryder2016-06-181-2/+2
| | | | | | | | | | | | | | > <REDACTED> OPTIONS Use "--" to end switch parsing. > <REDACTED> are you using the wrong markdown > <tejr> yeah checking versions > <REDACTED> 1.0.1 is the one I quoted > <tejr> ah > <tejr> it's documented, but does not work :^) > <tejr> $ pandoc -f markdown -t html -- /home/tom/.dotfiles/README.markdown > <tejr> based pandoc(1) > <REDACTED> hahaha > <REDACTED> welp > <tejr> welp indeed
* markdown(1) can't into option terminatorsTom Ryder2016-06-181-1/+1
|
* Update clone URLTom Ryder2016-06-181-1/+1
|
* Remove man suffix from undoc scriptsTom Ryder2016-06-181-2/+2
|
* Nice comments for URLs scriptsTom Ryder2016-06-183-1/+42
|
* Commenting for urlcheckTom Ryder2016-06-181-5/+32
|
* Add option terminators to curl(1) callsTom Ryder2016-06-181-2/+2
|
* Remove two lines no longer usedTom Ryder2016-06-181-2/+0
|
* Default mdurls to stdinTom Ryder2016-06-181-1/+1
|
* Add htmlurls, mdurls, urlcheckTom Ryder2016-06-184-0/+53
| | | | No manual pages for these yet
* Fix wrappingTom Ryder2016-06-181-3/+5
|
* Fix up URLs in documentationTom Ryder2016-06-181-15/+15
|
* Move man dir creat to correct targetTom Ryder2016-06-181-4/+4
|
* No longer signing by defaultTom Ryder2016-06-172-4/+3
|
* Correct a commentTom Ryder2016-06-171-1/+1
|
* Correct td(1) completionTom Ryder2016-06-151-4/+4
| | | | Forgot to narrow completions down to ones that match the current word
* Filter to change s into zsTom Ryder2016-06-141-0/+5
|
* Use more accurate recipe for bash/sh detectionTom Ryder2016-06-141-3/+8
|
* Add per-file editing and completion for td(1)Tom Ryder2016-06-143-14/+31
| | | | I have "todo", "comp", and "writ".
* Strip trailing newlineTom Ryder2016-06-111-1/+0
|
* Use GPG fingerprint as .pgpkey fileTom Ryder2016-06-111-397/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Keys were much shorter back in those days and wouldn't fill the screen ten times over. > <REDACTED> man finger is weird > <tejr> it is > <tejr> it's a real relic. can you imagine intentionally running a > remote service nowadays that told anybody your GECOS name, home > directory, shell, last login times, and what you'd been working on? > <tejr> i mean, i want to live in such a world where that would be > desirable, but we no longer do > <REDACTED> it looks like it's meant for a group of people all working > on one system > <REDACTED> meaning it's old as shit > <tejr> yeah the closest thing i have is our ssh gateway at work > <tejr> [tom@v:~]$ finger tom > <tejr> whoops > <tejr> ( ͡° ͜ʖ ͡°) > <tejr> the pgpkey bit hasn't aged too well given the keys are so long > nowadays > <tejr> it might be better to use the output of gpg --fingerprint now > <tejr> in fact, i think i'll do that > <REDACTED> good idea
* Update submodulesTom Ryder2016-06-102-0/+0
|
* Add missing update stepTom Ryder2016-06-101-0/+1
|
* Switch to local versions of my subreposTom Ryder2016-06-101-3/+3
|
* Switch from prompt image to plain textTom Ryder2016-06-093-4/+12
| | | | More compatible, want to display this in Cgit as well
* Remove ancient IRC quoteTom Ryder2016-06-011-13/+0
|
* Don't make tmux conf as default targetTom Ryder2016-05-161-1/+1
|
* Fix spacingTom Ryder2016-05-161-2/+2
|
* Switch submodules to HTTPSTom Ryder2016-05-161-12/+12
|
* Update submodulesTom Ryder2016-05-121-0/+0
|
* Move PROMPT_RETURN declaration to top of funcTom Ryder2016-05-041-1/+4
|
* Update submodulesTom Ryder2016-05-021-0/+0
|
* Update submodulesTom Ryder2016-05-021-0/+0
|
* Update submodulesTom Ryder2016-05-021-0/+0
|
* Reorganise/correct readline bindingsTom Ryder2016-04-231-9/+14
|
* Shell word navigation in .inputrcTom Ryder2016-04-231-0/+6
|
* Allow specifying color for tmuxTom Ryder2016-04-234-7/+23
|
* Add means to change prompt colorTom Ryder2016-04-232-5/+10
|
* Update public keyTom Ryder2016-04-171-105/+151
|
* Remove curly bracesTom Ryder2016-04-141-1/+1
|
* Add .perltidyrcTom Ryder2016-04-073-0/+9
|
* Use short statusesTom Ryder2016-04-071-0/+3
|
* Remove more liesTom Ryder2016-04-021-1/+1
|
* Remove liesTom Ryder2016-04-021-2/+1
|
* Clarify VCS prompt displayTom Ryder2016-04-021-2/+3
|
* Remove mail syntax after file for VimTom Ryder2016-03-311-10/+0
| | | | Turned out to be a bad idea.