dotfiles/scripts
Marty Oehme 8912a09a39
scripts: Change nxsiv-rifle to uoeia
I rewrote and extended the nsxiv-rifle script recently, and this change
now: removes the old script, adds the new one as a submodule into the
repository and links a working binary into the path.

The new script is essentially still just an image grabber-and-opener,
but supports more image viewers, is a little more advanced and can for
example replace arbitrary parts of urls (and is documented a little more
nicely).

Make qutebrowser use new script and remove leftover references to
nsxiv-rifle. Qutebrowser also gets a third option of viewing images, now
there are:

,i -> open selected link in imageviewer
,I -> open current page in imageviewer
,<C-i> -> open selected image in imageviewer
2023-01-08 21:05:16 +01:00
..
.config/sh/env.d scripts: Fix nomie static analysis linting 2021-04-04 12:22:34 +02:00
.local scripts: Change nxsiv-rifle to uoeia 2023-01-08 21:05:16 +01:00
README.md scripts: Add simple readme 2020-10-28 21:23:26 +01:00

README.md

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.