Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Handle negative inputs to deg | June McEnroe | 2021-02-19 |
| | |||
* | Colour battery level red when critical | June McEnroe | 2021-02-10 |
| | |||
* | Show battery level while charging, time while discharging | June McEnroe | 2021-02-09 |
| | | | | | | Also fix initial sleep calculation when seconds has a leading zero, and limit the length of time left for when it initially says "unknown". | ||
* | Show minutes left instead of battery percentage | June McEnroe | 2021-02-09 |
| | |||
* | Open youtube and twitch with mpv | June McEnroe | 2021-02-09 |
| | |||
* | Use w3m to open other URLs | June McEnroe | 2021-02-09 |
| | |||
* | Add pbcopy, pbpaste, open dispatch scripts | June McEnroe | 2021-02-09 |
| | |||
* | Only update clock script every minute | June McEnroe | 2021-02-08 |
| | |||
* | Add simple battery status and clock to xsession | June McEnroe | 2021-02-07 |
| | | | | I love how simple this is. | ||
* | Add mdate script | June McEnroe | 2021-01-18 |
| | | | | | To be used as 1G!!mdate in vi(1) to update the .Dd line of mdoc files. | ||
* | Add deg script | June McEnroe | 2021-01-04 |
| | |||
* | Tell "Music" rather than "iTunes" | June McEnroe | 2020-12-31 |
| | | | | It's the new era. | ||
* | Move wcfix to port/wcwidth | June McEnroe | 2020-12-21 |
| | |||
* | Add versions script | June McEnroe | 2020-08-23 |
| | |||
* | Add simpler aes tr script | June McEnroe | 2020-06-17 |
| | |||
* | Add git-password script to get a password from git-credential | June McEnroe | 2020-05-04 |
| | |||
* | Add Markus Kuhn's wcwidth implementation | June McEnroe | 2020-04-21 |
| | | | | | | | | And wcfix script for macOS, based on <https://blog.nytsoi.net/2015/05/04/emoji-support-for-weechat> to fix some emoji display in catgirl. Somehow this code from 2007 against Unicode 5.0 does a better job than whatever the hell macOS Mojave's libc is doing. | ||
* | Add np script | June McEnroe | 2020-03-31 |
| | | | | I'm bringing this back. | ||
* | Remove wiki script | June McEnroe | 2020-02-20 |
| | | | | | | | | Wikipedia seems to have removed the one-sentence extracts from the opensearch results. Too bad. It's not a wiki script, what we need is a command that fetches single-sentence summaries of articles on Wikipedia. | ||
* | Simplify macOS notify-send | June McEnroe | 2020-02-12 |
| | |||
* | Fix shell script style in ~/.local/bin | June McEnroe | 2019-07-27 |
| | |||
* | Add wiki script | June McEnroe | 2019-07-24 |
| | |||
* | Unify *up scripts into one up.sh | June McEnroe | 2019-02-12 |
| | |||
* | Add hup | June McEnroe | 2019-02-09 |
| | |||
* | Add def script | June McEnroe | 2019-02-01 |
| | |||
* | Run {,s,t}up with /bin/sh | June McEnroe | 2018-08-18 |
| | |||
* | Move nasd to shell script | June McEnroe | 2018-08-15 |
| | |||
* | Add notify-send mimic for macOS | June McEnroe | 2018-08-09 |
| | |||
* | Move home bins to ~/.local/bin | June McEnroe | 2018-04-03 |
Also replaced ~/.cargo/bin with a symlink to ~/.local/bin to avoid having to have that in $path as well. |