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 2cccf7af51f09963af1eaaa2a92dd30a53fee0e4

Fix a typo in scripts/bash-completion
In a comment, so no functional changes.
Author: xaizek
Author date (UTC): 2026-08-02 14:27
Committer name: xaizek
Committer date (UTC): 2026-08-02 14:27
Parent(s): 3deef782f7751ad43992adc24040a1d6a2bf80db
Signing key: 99DC5E4DB05F6BE2
Tree: 97b89e3e7a89204c2e12f363fe2e864b54c844b8
File Lines added Lines deleted
scripts/bash-completion 1 1
File scripts/bash-completion changed (mode: 100755) (index 1f8606f..f42d37f)
... ... function _dit()
10 10 local cur="${args[-1]}" local cur="${args[-1]}"
11 11 cur="${cur:0:-10}" cur="${cur:0:-10}"
12 12
13 # do not innsert trailing space
13 # do not insert trailing space
14 14 compopt -o nospace compopt -o nospace
15 15
16 16 if [ "${COMP_LINE:$(( $COMP_POINT - 1 ))}" = '=' ]; then if [ "${COMP_LINE:$(( $COMP_POINT - 1 ))}" = '=' ]; then
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