diff options
author | nea <romangraef@gmail.com> | 2022-01-13 00:01:56 +0100 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-01-13 00:01:56 +0100 |
commit | d9031203e22e4ef381c482b4594521323647487e (patch) | |
tree | 1ea7dcfb53840a42f10d19cf25317138e497911a /README | |
download | scripts-d9031203e22e4ef381c482b4594521323647487e.tar.gz scripts-d9031203e22e4ef381c482b4594521323647487e.tar.bz2 scripts-d9031203e22e4ef381c482b4594521323647487e.zip |
Initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +Scripts that I tend to use on mostly in desktop environments. + +Im planning to expand this, but right now a lot of my scripts are very application specific and/or dependency heavy. + +A multimedia capable terminal emulator such as wezterm is probably required for a lot of these things. + +jq is a dependency for some of these scripts. + + +Application scripts: + +reddit: a script to show a top image post from reddit +generate-multimc-desktop-files: a perhaps very specific script to generate desktop files for all your multimc instances + + +Library scripts: + +choose: a library script i use to prompt for user input +osc: a library script to execute some OSC escape sequences +readkey: a library script to read a single key and parse key entities + |