nopen.1 (718B)
1 .Dd August 23, 2019 2 .Dt NOPEN 1 3 .Os 4 .Sh NAME 5 .Nm nopen 6 .Nd opens a file in the user's preferred application 7 .Sh SYNOPSIS 8 .Nm 9 .Ar file... 10 .Sh DESCRIPTION 11 .Nm 12 opens the files provided as arguments with the user's preferred 13 application. 14 .Pp 15 The file associations are specified by regexes 16 matching on the currently selected filename. 17 If a match is found the associated program is executed 18 with the file passed in as the argument. 19 If no match is found the program 20 .Xr less 1 21 is invoked on the given file. 22 .Sh CONFIGURATION 23 .Nm 24 is configured by modifying 25 .Pa nopenconf.h 26 and recompiling the code. 27 .Sh SEE ALSO 28 .Xr noice 1 29 .Sh AUTHORS 30 .An Lazaros Koromilas Aq Mt lostd@2f30.org , 31 .An Dimitris Papastamos Aq Mt sin@2f30.org .