summary refs log tree commit diff
path: root/home (follow)
Commit message (Expand)AuthorAge
...
* Use \$ in cash PS1 and add # to RPS1June McEnroe2019-01-15
* Show full path in RPS1June McEnroe2019-01-13
* Set PS0 in cashJune McEnroe2019-01-13
* Change default ENV from cashrc to env.shJune McEnroe2019-01-13
* Use colours in cash promptsJune McEnroe2019-01-13
* Add cashrcJune McEnroe2019-01-11
* Remove character NETHACKOPTIONSJune McEnroe2019-01-04
* Run ls if gs failsJune McEnroe2018-12-31
* Simplify htop displayJune McEnroe2018-12-29
* Remove \h bindingJune McEnroe2018-12-02
* Switch to pkgsrc on DarwinJune McEnroe2018-11-27
* Set default .asm, .h, .sh syntax modes for vimJune McEnroe2018-11-23
* Disable number, laststatus, ruler in vimJune McEnroe2018-11-23
* Alias ls='ls -p'June McEnroe2018-11-19
* Add \l binding to insert AGPL commentJune McEnroe2018-11-14
* Add \s sort binding and simplify \h and \aJune McEnroe2018-11-11
* Set MANSECT for sections 2 and 3 before 1June McEnroe2018-10-27
* Export PWDJune McEnroe2018-09-27
* Add mdoc syntax fileJune McEnroe2018-09-10
* Remove colorcolumn at 100June McEnroe2018-09-02
* SendEnv LANGJune McEnroe2018-09-02
* Show hostname in title over SSHJune McEnroe2018-08-24
* Alias bc='bc -l'June McEnroe2018-08-23
* Set FCEDIT=$EDITORJune McEnroe2018-08-18
* Run {,s,t}up with /bin/shJune McEnroe2018-08-18
* Use whence instead of typeJune McEnroe2018-08-18
* Cut off path components until right prompt fitsJune McEnroe2018-08-18
* Add "private" alias to source encrypted fileJune McEnroe2018-08-17
* Add vim mapping to add a #includeJune McEnroe2018-08-17
* Remove zshrcJune McEnroe2018-08-17
* Apply realpath to HOMEJune McEnroe2018-08-16
* Shorten .local ssh namesJune McEnroe2018-08-16
* Export GPG_TTYJune McEnroe2018-08-16
* Rearrange kshrc, fix right promptJune McEnroe2018-08-16
* Source kshrc from mkshJune McEnroe2018-08-15
* Add GNU color aliases to mkshrcJune McEnroe2018-08-15
* Move nasd to shell scriptJune McEnroe2018-08-15
* Add kshrcJune McEnroe2018-08-15
* Add notify-send mimic for macOSJune McEnroe2018-08-09
* Ignore .o files in vimJune McEnroe2018-08-09
* Fix colorscheme manUnderline disableJune McEnroe2018-08-06
* Disable underline in man pagesJune McEnroe2018-08-06
* Update htoprc from new htop versionJune McEnroe2018-08-06
* Use 16-color palette in colorschemeJune McEnroe2018-08-06
* Add rand aliasJune McEnroe2018-07-31
* Use color numbers in colorschemeJune McEnroe2018-07-30
* Add monday.local to sshJune McEnroe2018-07-23
* Ignore macOS debug directoriesJune McEnroe2018-05-30
* I've really done it nowJune McEnroe2018-05-13
* Commit with june@causal.agencyJune McEnroe2018-04-08
gheader'>2022-02-19Run line editing testsJune McEnroe I know, it feels wrong. 2022-02-18Implement new line editing "library"June McEnroe Losing tab complete and text macros, for now. This new implementation works on an instance of a struct and does not interact with the rest of catgirl, making it possible to copy into another project. Unlike existing line editing libraries, this one is entirely abstract and can be rendered externally. My goal with this library is to be able to implement vi mode. Since it operates on struct instances rather than globals, it might also be possible to give catgirl separate line editing buffers for each window, which would be a nice UX improvement. 2022-02-18Simplify cursor positioning in inputJune McEnroe Do some extra work by adding the portion before the cursor to the input window twice, but simplify the interaction with the split point. This fixes the awkward behaviour when moving the cursor across colour codes where the code would be partially interpreted up to the cursor. 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe