/ helix ➔ nano

This commit is contained in:
committer@tuxwarrior
2025-02-11 13:29:02 -05:00
parent 1295fb720f
commit d9af45afcf
3 changed files with 10 additions and 10 deletions

View File

@@ -54,7 +54,6 @@ go # core compiler tools for golang
gparted # disk management
gufw # gui for firewall
gvfs # virtual filesystem (pcmanfm: trash support, mounting with udisks, remote filesystems and trust bits for executables)
helix # editor
htop # view processes
inetutils # network programs (telnet++)
kitty # terminal

View File

@@ -23,11 +23,8 @@
# obsolete / not used
# ---
# wayland-utils # display info
# wl-clipboard # cli copy/paste for wayland
# other obsolete packages
# ---
# wayland-utils # wayland: display info
# wl-clipboard # wayland: cli copy/paste for wayland
# imgp" # Multi-core batch image resizer and rotator (https://github.com/jarun/imgp)
# gammastep # colour temperature adjustment (redshift alternative - maintained?)
# libreoffice-fresh # libreoffice w/ new features
@@ -35,12 +32,16 @@
# spideroak-one" # backup tool
# qutebrowser" # web browser
# vdhcoapp-bin" # Companion application for Video DownloadHelper browser add-on
# emacs # editor
# aur:sioyek # pdf viewer | https://sioyek.info/
# uninstallation is needed
# ---
# from tuxwarrior
# emacs # editor
# aur:sioyek # pdf viewer | https://sioyek.info/
### from t490p ###
# helix # editor
### from tuxwarrior ###

View File

@@ -75,7 +75,7 @@ cmd open ${{
*.[Pp][Nn][Gg]*) feh $fx &;;
*.[Rr][Pp][Pp]*) reaper $fx &;;
*) case $(file --mime-type -Lb $f) in
text/*) helix $fx;;
text/*) nano $fx;;
*) for f in $fx; do xdg-open $f > /dev/null 2> /dev/null & done;;
esac
esac