xaizek / dit (License: GPLv3) (since 2018-12-07)
Command-line task keeper that remembers all old values and is meant to combine several orthogonal features to be rather flexible in managing items.
Commit 5e9f3a3f0962aa68a93a75c21006a1832b07cb92

Document use of $PAGER in the manual page
It's already mentioned there, but it should appear in Environment
section as well.
Author: xaizek
Author date (UTC): 2018-11-01 10:49
Committer name: xaizek
Committer date (UTC): 2018-11-01 10:49
Parent(s): 66a078011deaed9c8bdf0864a236144fcab0f715
Signing key: 99DC5E4DB05F6BE2
Tree: 11e106f81fcff9436c259babd586c457186125ac
File Lines added Lines deleted
docs/10-environment.md 3 0
File docs/10-environment.md changed (mode: 100644) (index 9375c30..eb87f10)
... ... configuration/data.
7 7 **HOME** -- checked second to determine location of configuration/data. **HOME** -- checked second to determine location of configuration/data.
8 8
9 9 **EDITOR** -- used to perform external editing of values. **EDITOR** -- used to perform external editing of values.
10
11 **PAGER** -- used as a default for displaying output which doesn't fit on the
12 screen.
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/dit

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

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