9e5335b247
Last File Manager is a powerful file manager for the UNIX console. It has a curses interface and it's written in Python. Some of the features you can find in lfm: console-based file manager for UNIX platforms 1-pane or 2-pane view tabs bookmarks history vfs for compressed files dialogs with entry completion PowerCLI, a command line interface with advanced features fast access to the shell direct integration of find/grep, df and other tools color files by extension [Andrey Skvortsov] support for different file names encodings fast file viewer with text and binary modes ...and many others
16 lines
474 B
Plaintext
16 lines
474 B
Plaintext
$OpenBSD: patch-lfm___init___py,v 1.1.1.1 2011/07/17 20:23:46 sthen Exp $
|
|
|
|
Change default .rar handler
|
|
|
|
--- lfm/__init__.py.orig Thu Jul 14 11:45:30 2011
|
|
+++ lfm/__init__.py Thu Jul 14 11:46:01 2011
|
|
@@ -46,7 +46,7 @@ sysprogs = { 'tar': 'tar',
|
|
'gzip': 'gzip',
|
|
'zip': 'zip',
|
|
'unzip': 'unzip',
|
|
- 'rar': 'rar',
|
|
+ 'rar': 'unrar',
|
|
'7z': '7z',
|
|
'xz': 'xz',
|
|
'grep': 'grep',
|