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 9f87aef59c4a019d05d838e2aa2e847973b67ae4

Document that script/fix-timestamps isn't perfect
Author: xaizek
Author date (UTC): 2020-09-09 17:02
Committer name: xaizek
Committer date (UTC): 2020-09-09 17:02
Parent(s): a98711dd96f913fb813e92b5da20a25092518abf
Signing key: 99DC5E4DB05F6BE2
Tree: 6c652bec15ded0a9a71960a8bf9c906ff309cb6b
File Lines added Lines deleted
scripts/fix-timestamps 3 0
File scripts/fix-timestamps changed (mode: 100755) (index 3bf917629..5a810db4f)
8 8 # with at least one argument (not analyzed) checks timestamps and skips # with at least one argument (not analyzed) checks timestamps and skips
9 9 # updates if everything is up-to-date # updates if everything is up-to-date
10 10
11 # Note: this script sometimes doesn't work for out-of-tree builds, not sure
12 # exactly why
13
11 14 next_second() next_second()
12 15 { {
13 16 echo Waiting for time change... echo Waiting for time change...
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