diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-12-28 00:28:22 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-12-28 04:58:13 +0100 |
commit | 3075d47aeb52f6549e957023d353d4c5cb857e54 (patch) | |
tree | 1a0c0fbf331d78a8a62106aeea7662bbf6af1ba9 /sdn-view.1 | |
parent | 85b2d8a2ee966794768f26cfc2404c850d33e096 (diff) | |
download | sdn-3075d47aeb52f6549e957023d353d4c5cb857e54.tar.gz sdn-3075d47aeb52f6549e957023d353d4c5cb857e54.tar.xz sdn-3075d47aeb52f6549e957023d353d4c5cb857e54.zip |
Add and integrate a script to execute mc.ext.ini
Tsk, tsk, parasiting on what we wanted to replace.
macOS is annoying to port to.
Unfortunately, this script is also very slow, for some reason.
Diffstat (limited to 'sdn-view.1')
-rw-r--r-- | sdn-view.1 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sdn-view.1 b/sdn-view.1 new file mode 100644 index 0000000..d78d325 --- /dev/null +++ b/sdn-view.1 @@ -0,0 +1,23 @@ +.Dd December 28, 2024 +.Dt SDN-VIEW 1 +.Os +.Sh NAME +.Nm sdn-view +.Nd run Midnight Commander view configuration externally +.Sh SYNOPSIS +.Nm sdn-view +.Ar path +.Sh DESCRIPTION +.Nm +invokes +.Ev PAGER +or a fallback pager on the passed filename. +.Pp +If it succeeds in finding a +.Xr mc 1 +.Pa mc.ext.ini +file, it will first process it, and apply any matching filter. +.Sh REPORTING BUGS +Use +.Lk https://git.janouch.name/p/sdn +to report bugs, request features, or submit pull requests. |