about summary refs log tree commit diff stats
path: root/DEPENDENCIES.md
diff options
context:
space:
mode:
Diffstat (limited to 'DEPENDENCIES.md')
-rw-r--r--DEPENDENCIES.md40
1 files changed, 15 insertions, 25 deletions
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index 478b4eb..4eff548 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -28,12 +28,14 @@ each and every file in this repository can be altered by anyone with any goal, i
   * `$HOME`/today (bother reads this file and sends it as a notification)
   * pgrep (checks to see if your window manager is up yet)
 * comm-sel: a handy menu for spawning communication clients
-  * [epic5](https://epicsol.org)
+  * [catgirl](https://git.causal.agency/catgirl)
   * [cordless](https://github.com/bios-marcel/cordless)
   * [scli](https://github.com/isamert/scli)
   * [dmenu](https://dmenu.suckless.org) (provides a menu for selecting which client to start)
-  * opt: st-altscreen (build of st that doesn't have scrollback or extra bindings, doesnt interfere with programs and is generally smaller)
   * `$TERMINAL`
+* fl: finds links either in its arguments or piped to it, and has the user choose one to copy
+  * [dmenu](https://dmenu.suckless.org) (for the link chooser)
+  * xclip
 * lh: a script that takes a URL as input and does different things depending on what the URL links to
   * [mpv](https://mpv.io) (video file streaming, streaming from sites like youtube, viewing livestreams from twitch)
   * [youtube-dl](https://yt-dl.org) (hooked by mpv when streaming from the appropriate sites)
@@ -44,9 +46,9 @@ each and every file in this repository can be altered by anyone with any goal, i
   * [bombadillo](https://tildegit.org/sloum/bombadillo) (gemini, gopher)
   * `$TERMINAL`
   * `$READER`
-  * `$EDITOR`
+  * bin/op
   * `$BROWSER`
-* opener: a script that uses file(1) to determine what a file is, then opens it with an appropriate program
+* op: a script that uses file(1) to determine what a file is, then opens it with an appropriate program
   * [mpv](https://mpv.io) (opens video and audio files)
   * [sxiv](https://github.com/muennich/sxiv) (used to view images)
   * `$READER`
@@ -70,22 +72,20 @@ each and every file in this repository can be altered by anyone with any goal, i
 # config/
 * cwmrc: config for [cwm](https://man.openbsd.org/cwm)
   * [Cozette](https://github.com/slavfox/cozette) font
-  * xterm
-  * slock
+  * `$LOCK`
   * `$TERMINAL`
   * `$ALTSCR`
   * `$EDITOR`
   * `$BROWSER`
   * `$HOMEPAGE`
   * `$COMM`
-  * `kpcli`
+  * kpcli
   * bin/lh
   * xclip
   * `$MUSIC`
   * `$MAILER`
   * `$RSS`
   * `$FILE`
-  * `$READER`
   * `$SCR`
   * xdg-user-dir
   * mpc
@@ -96,13 +96,13 @@ each and every file in this repository can be altered by anyone with any goal, i
   * bin/bar.sh
   * xdotool
 * lf/lfrc: configuration file for [lf](https://github.com/gokcehan/lf)
-  * opt: bin/opener (for opening files)
+  * opt: `$OPENER` (for opening files)
   * opt: curl (for uploading temporary content to the [ttm.sh](https://ttm.sh) site)
 * shrc: shell environment, particularly for bin/shenv
   * vis (`$EDITOR`)
   * lf (`$FILE`)
   * xterm (`$TERMINAL`)
-  * st-altscreen (`$ALTSCR`)
+  * bin/op (`$OPENER`)
   * firefox (`$BROWSER`)
   * bin/comm-sel (`$COMM`)
   * zathura (`$READER`)
@@ -115,6 +115,8 @@ each and every file in this repository can be altered by anyone with any goal, i
   * slock (`$LOCK`)
   * opt: [todo](https://git.tilde.institute/ensa/todo)
   * opt: go (`$GOPATH`)
+  * opt: go (`$GOCACHE`)
+  * opt: go (`$GOBIN`)
   * opt: cargo (`$CARGO_HOME`)
   * opt: python (`$PYTHONUSERBASE`)
   * opt: mednafen (`$MEDNAFEN_HOME`)
@@ -129,24 +131,12 @@ configuration files for ksh
   * opt: pfetch (`$PF_INFO`)
 * functions.ksh
   * mpv (for mpvpin() to work)
+  * [pass](https://rgz.ee/pass.html) (for pcl and pct)
+  * xclip (for pcl and pct)
 * completions.ksh
   * `$XDG_CACHE_HOME`
   * [pass](https://rgz.ee/pass.html)
 # data/
 * mailcap: helps neomutt figure out what to do with particular MIME types
-  * `$EDITOR`
   * lynx
-  * [mpv](https://mpv.io)
-  * `$READER`
-## applications/
-* doc.desktop
-  * [zathura](https://pwmt.org/projects/zathura)
-* img.desktop
-  * [sxiv](https://github.com/muennich/sxiv)
-* rss.desktop
-  * bin/rsschk
-* text.desktop
-  * [xterm](https://invisible-island.net/xterm)
-  * [vis](https://github.com/martanne/vis)
-* weblight.desktop
-  * [surf](https://surf.suckless.org)
+  * bin/op