- Update to version 0.8.2:
* key suggestions in the interface on ambiguous input (e.g. "g"); * helpful shortcuts for dialogs (for sort dialog in particular); * key descriptions in :map menus and %z macro for 'statusline' to display some tips; * description of all :commands, 'options' and their values for new multiline version of wildmenu; * ANDing, ORing and negating patterns for matching files and new mime-type matcher; * file prefixes and suffixes can now be multi-byte, which with extended 'classify' option allows specifying "icons" via custom fonts; * search result highlighting, enabled completion and a way to export the list for menus; * an indication of pattern correctness and match state for interactive prompts. * :select and :unselect commands to perform automatic file selection (possibly by using output of external application); * cancellation (handling of Ctrl-C) for quick view and view mode loading. OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=23
This commit is contained in:
parent
40d733dbff
commit
acb04906dc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:710fb178ff8a964d18e5df8ebd1d5fff5ff1bdaa6c89fd8de035c33d90db667a
|
||||
size 892203
|
3
vifm-0.8.2.tar.bz2
Normal file
3
vifm-0.8.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b466d766658a24d07fc2039a26fefc6a018f5653684a6035183ca79f02c211f
|
||||
size 892414
|
20
vifm.changes
20
vifm.changes
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 16 21:25:38 UTC 2016 - mvetter@suse.com
|
||||
|
||||
- Update to version 0.8.2:
|
||||
* key suggestions in the interface on ambiguous input (e.g. "g");
|
||||
* helpful shortcuts for dialogs (for sort dialog in particular);
|
||||
* key descriptions in :map menus and %z macro for 'statusline' to display some tips;
|
||||
* description of all :commands, 'options' and their values for new multiline
|
||||
version of wildmenu;
|
||||
* ANDing, ORing and negating patterns for matching files and new mime-type
|
||||
matcher;
|
||||
* file prefixes and suffixes can now be multi-byte, which with extended
|
||||
'classify' option allows specifying "icons" via custom fonts;
|
||||
* search result highlighting, enabled completion and a way to export the list
|
||||
for menus;
|
||||
* an indication of pattern correctness and match state for interactive prompts.
|
||||
* :select and :unselect commands to perform automatic file selection (possibly
|
||||
by using output of external application);
|
||||
* cancellation (handling of Ctrl-C) for quick view and view mode loading.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 2 13:57:09 UTC 2016 - mvetter@suse.com
|
||||
|
||||
|
@ -16,15 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _version 0.8.2-beta
|
||||
Name: vifm
|
||||
Version: 0.8.2~beta1
|
||||
Version: 0.8.2
|
||||
Release: 0
|
||||
Summary: Ncurses based file manager with vi like keybindings
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/File utilities
|
||||
Url: http://%{name}.info
|
||||
Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{_version}.tar.bz2
|
||||
Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: file-devel
|
||||
BuildRequires: groff
|
||||
BuildRequires: ncurses-devel
|
||||
@ -46,7 +45,7 @@ It supports UTF-8, a quick file view similar to midnight commander's quick view,
|
||||
and configurable color schemes.
|
||||
|
||||
%prep
|
||||
%setup -q -n vifm-0.8.2-beta
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
|
Loading…
Reference in New Issue
Block a user