summary refs log tree commit diff
path: root/home/.local (follow)
Commit message (Collapse)AuthorAge
* Unify *up scripts into one up.shJune McEnroe2019-02-12
|
* Add hupJune McEnroe2019-02-09
|
* Add def scriptJune McEnroe2019-02-01
|
* Run {,s,t}up with /bin/shJune McEnroe2018-08-18
|
* Move nasd to shell scriptJune McEnroe2018-08-15
|
* Add notify-send mimic for macOSJune McEnroe2018-08-09
|
* Move home bins to ~/.local/binJune McEnroe2018-04-03
Also replaced ~/.cargo/bin with a symlink to ~/.local/bin to avoid having to have that in $path as well.
2020-04-02Generate short option string with a loopJune McEnroe Also change the way option structs are initialized so that the array sorts the same way as the switch statement. 2020-04-02Do not add an extra blank line on uiLoadJune McEnroe Adding one for the last unread position now, so this is mostly redundant, I think. 2020-04-02Preserve the last blank line on reflowJune McEnroe 2020-04-02Switch to windows with ascending unread counts on M-aJune McEnroe 2020-04-01Mention running ldconfig after editing /etc/ld.so.confJune McEnroe 2020-04-01Fix multi-mention tab completion conditionJune McEnroe I don't know why I ever programmed it this way. It was really annoying when trying to write "some phrase, nick". 2020-04-01Pass correct length to mbstowcs