xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Commit 3e75c583b2a71c57320865c5972b84ba0c40a44c

Add several Windows related TODO items
Author: xaizek
Author date (UTC): 2013-05-10 08:35
Committer name: xaizek
Committer date (UTC): 2013-05-10 08:35
Parent(s): c96ef29d2326973c5ed91f6d1a837511e2061a42
Signing key:
Tree: 3eb0314d9d35726d0d4d439ec2703e5797dac5a0
File Lines added Lines deleted
TODO 2 0
File TODO changed (mode: 100644) (index ee64350b3..394437031)
... ... Windows.
43 43 two bytes equal to '$!'. two bytes equal to '$!'.
44 44 Make 'slowfs' option available on Windows and provide a support for builtin Make 'slowfs' option available on Windows and provide a support for builtin
45 45 file system time 'winnetwork', which will mean network resources. file system time 'winnetwork', which will mean network resources.
46 Maybe sort completion items ignoring their case on Windows.
47 Handle numpad keys better, just like corresponding non-numpad keys.
46 48
47 49 Vi(m) specific features that need to be added. Vi(m) specific features that need to be added.
48 50 Fix '' to go back to all jumps G gg links (in one directory?). Fix '' to go back to all jumps G gg links (in one directory?).
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master