aboutsummaryrefslogtreecommitdiffstats
path: root/_bin
Commit message (Collapse)AuthorAgeFilesLines
* bin/get_mail.sh: Simplify and update to use notmuchAaron LI2019-05-131-27/+5
|
* Add _bin/get_mail.sh for better handle of email fetchAaron LI2016-09-091-0/+30
| | | | | | | | Since ``offlineimap`` sometimes just gets stuck, which blocks new instance from running, this little script is composed to better handle this stuck by first force kill existing instance. However, this script in current state cannot work well with ``mu4e``.
* Add _bin/get_cert.sh; Update README.mdAaron LI2016-02-031-0/+39
|
* Add scripts `volume.sh` and `music-player.sh`Aaron LI2016-01-082-0/+223
| | | | | * `volume.sh`: support Linux (amixer/ALSA) and FreeBSD/DragonFly (mixer) * `music-player.sh`: support mpd and mocp
* enable.sh: Add arg '-F' and Fix target directory creationAaron LI2016-01-061-11/+23
|
* Add scripts `enable.sh` & `disable.sh`Aaron LI2016-01-063-0/+294
* `enable.sh`: to enable a dotfile or directory * `disable.sh`: to disable a dotfile or directory * `relpath.sh`: helper script to determine the relative path