~mil/f_scripts

4d320ea002e135fefd7070024fed466f6f8d8d08 — Miles Alan 2 years ago c52a77c 0.5
All scripts: unset strict_errexit to resolve regression with oil 0.11

As of oil 0.11 it seems that strict_errexit is included as a part of
strict:all. This breaks things such as `echo $(echo foo) || echo bar` and
similar patterns. While eventually this behavior is ideal and desired,
the upgrade path for f_scripts is to eventually jump directly to oil
and use oil error handling.
M scripts/f_audio => scripts/f_audio +1 -1
@@ 1,5 1,5 @@
#!/usr/bin/env osh
shopt -s strict:all
shopt -s strict:all; shopt --unset strict_errexit
DEP="alsa-utils"
DEC="Adjust audio output devices and volume"
DOC="

M scripts/f_files => scripts/f_files +1 -1
@@ 1,5 1,5 @@
#!/usr/bin/env osh
shopt -s strict:all
shopt -s strict:all; shopt --unset strict_errexit
DEP="vim mpv fbida-fbi fbida-fbgs"
DEC="Browse files on your filesystem"
DOC="

M scripts/f_game => scripts/f_game +1 -1
@@ 1,5 1,5 @@
#!/usr/bin/env osh
shopt -s strict:all
shopt -s strict:all; shopt --unset strict_errexit
DEP="moon-buggy"
DEC="Play classic console games"
DOC="

M scripts/f_maps => scripts/f_maps +1 -1
@@ 1,5 1,5 @@
#!/usr/bin/env osh
shopt -s strict:all
shopt -s strict:all; shopt --unset strict_errexit
DEP="mepo tslib directfb mesa-gl kbd vis"
DEC="Browse OSM maps using mepo (via SDL directfb)."
DOC="

M scripts/f_networks => scripts/f_networks +1 -1
@@ 1,5 1,5 @@
#!/usr/bin/env osh
shopt -s strict:all
shopt -s strict:all; shopt --unset strict_errexit
DEP="
  networkmanager dnsmasq networkmanager networkmanager-cli
  networkmanager-openrc networkmanager-tui networkmanager-wifi

M scripts/f_phone => scripts/f_phone +1 -1
@@ 1,5 1,5 @@
#!/usr/bin/env osh
shopt -s strict:all
shopt -s strict:all; shopt --unset strict_errexit
DEP="polkit modemmanager linuxconsoletools pinephone-call-audio pn"
DEC="Manages phone calls / text messages using modemmanager"
DOC="

M scripts/f_rss => scripts/f_rss +1 -1
@@ 1,5 1,5 @@
#!/usr/bin/env osh
shopt -s strict:all
shopt -s strict:all; shopt --unset strict_errexit
DEP="sfeed w3m"
DEC="Fetches data from RSS via sfeed and allows you to view via sfeed_curses"
DOC="

M scripts/f_theme => scripts/f_theme +1 -1
@@ 1,5 1,5 @@
#!/usr/bin/env osh
shopt -s strict:all
shopt -s strict:all; shopt --unset strict_errexit
DEP="terminus-font util-linux-misc"
DEC="Change the framebuffer theme (font & colors)"
DOC="

M scripts/f_timer => scripts/f_timer +1 -1
@@ 1,5 1,5 @@
#!/usr/bin/env osh
shopt -s strict:all
shopt -s strict:all; shopt --unset strict_errexit
DEP="linuxconsoletools util-linux-misc"
DEC="Set a countdown timer to be alerted"
DOC="

M scripts/f_web => scripts/f_web +1 -1
@@ 1,5 1,5 @@
#!/usr/bin/env osh
shopt -s strict:all
shopt -s strict:all; shopt --unset strict_errexit
DEP="w3m netsurf-framebuffer tslib"
DEC="Select a website and browse via w3m or netsurf"
DOC="

M scripts/f_youtube => scripts/f_youtube +1 -1
@@ 1,5 1,5 @@
#!/usr/bin/env osh
shopt -s strict:all
shopt -s strict:all; shopt --unset strict_errexit
DEP="codemadness-frontends mpv youtube-dl"
DEC="Listen or view youtube videos via mpv"
DOC="