dotfiles/scripts
Marty Oehme 5ca27e5fd5
scripts: Add script to read wallabag articles
Added script to easily read wallabag articles on the command line (or
open them in browser), using the wallabag-cli python program in the
background.

Once invoked, will fetch a list of articles (optionally restricted to
read/unread/starred), and allow a choice through fzf.

Will then display the article in the user's preferred pager, editor, or
browser.

Can be invoked through the shell via `reader`, or through sxhkd shortcut
`r` from 'academia' mode (`alt + a`).
2021-03-05 17:07:11 +01:00
..
.local/bin scripts: Add script to read wallabag articles 2021-03-05 17:07:11 +01:00
README.md scripts: Add simple readme 2020-10-28 21:23:26 +01:00

Scripts module

The scripts module contains several small shell scripts which did not fit under any specific module. Many of these modules are older and either 'legacy' in that they work but should be restructured at some point, or perhaps not working at all anymore.

Some will work for others without needing changes, some are very personalized to me.

benchmark

benchmark allows you to take the time another commands needs to run. It will simply output the time taken, and can be run repeatedly or averaged to get more accurate readings.

compile

compile is somewhat of a left-over script. It should be refactored and moved into the bibtex module at some point. It takes a filename and tries to invoke the corresponding compiler and is mainly used by my pandoc (or rmarkdown) workflow. open-compiled is somewhat of a companion script which attempts to open the resulting file for the user.

lockscreen

lockscreen does just that, invoke the i3 lock-screen program with some simple defaults and a color.

nomie

nomie logs a simple journal entry in the open source habit-tracking app nomie. To do this it needs an api key, which is, as of now, hard-coded to be sourced from my pass app.