summary refs log tree commit diff
path: root/home/.local (follow)
Commit message (Collapse)AuthorAge
* Add mins scriptJune McEnroe2022-05-29
|
* Add whincludeJune McEnroe2022-02-02
|
* Allow arguments to nasd scriptJune McEnroe2022-01-29
|
* Stop mpv from dumping coreJune McEnroe2021-06-09
| | | | ... seriously this software.
* Install firefox on OpenBSDJune McEnroe2021-05-17
| | | | | I feel like I'm using Windows when I open firefox... But it's so hard to get by without it :(
* Handle negative inputs to degJune McEnroe2021-02-19
|
* Colour battery level red when criticalJune McEnroe2021-02-10
|
* Show battery level while charging, time while dischargingJune McEnroe2021-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 percentageJune McEnroe2021-02-09
|
* Open youtube and twitch with mpvJune McEnroe2021-02-09
|
* Use w3m to open other URLsJune McEnroe2021-02-09
|
* Add pbcopy, pbpaste, open dispatch scriptsJune McEnroe2021-02-09
|
* Only update clock script every minuteJune McEnroe2021-02-08
|
* Add simple battery status and clock to xsessionJune McEnroe2021-02-07
| | | | I love how simple this is.
* Add mdate scriptJune McEnroe2021-01-18
| | | | | To be used as 1G!!mdate in vi(1) to update the .Dd line of mdoc files.
* Add deg scriptJune McEnroe2021-01-04
|
* Tell "Music" rather than "iTunes"June McEnroe2020-12-31
| | | | It's the new era.
* Move wcfix to port/wcwidthJune McEnroe2020-12-21
|
* Add versions scriptJune McEnroe2020-08-23
|
* Add simpler aes tr scriptJune McEnroe2020-06-17
|
* Add git-password script to get a password from git-credentialJune McEnroe2020-05-04
|
* Add Markus Kuhn's wcwidth implementationJune McEnroe2020-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 scriptJune McEnroe2020-03-31
| | | | I'm bringing this back.
* Remove wiki scriptJune McEnroe2020-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-sendJune McEnroe2020-02-12
|
* Fix shell script style in ~/.local/binJune McEnroe2019-07-27
|
* Add wiki scriptJune McEnroe2019-07-24
|
* 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.