Nikolas Schmidt-Voigt
31a3e71b6e
fish completion: fixed regex for the continue completion
2023-06-19 11:08:22 +02:00
Nikolas Schmidt-Voigt
69a5bf2c9e
fixed printed version
2023-05-26 11:24:29 +02:00
Nikolas Schmidt-Voigt
7e75bb6dba
Merge pull request #24 from julianmatos97/master
...
Issue #19
2023-05-10 08:35:16 +02:00
Julian Matos
b11c601103
Issue #19
...
Tasks that last less than 1 minute will be displayed with a duration of "<1m"
2023-05-09 23:19:38 -04:00
Nikolas Schmidt-Voigt
84326c6495
Merge pull request #23 from NijeboerFrank/master
...
Improve fish completions
2023-05-05 09:04:59 +02:00
Nikolas Schmidt-Voigt
026d8ffa84
fixed fish completion for continue subcommand
2023-05-05 09:01:17 +02:00
NijeboerFrank
045c190dbd
Fix description completion in fish
2023-05-04 14:53:10 +02:00
NijeboerFrank
3809086c4e
Improve fish completions
...
Refactored some parts of the fish completions such that they now do
not use `cat` anymore. Instead the "description search" now uses
the `bartib last` command to find the descriptions. In addition
to that, I also made it such that the completion for the `continue`
command now shows to which project and description the number belongs.
2023-05-04 13:05:23 +02:00
Nikolas Schmidt-Voigt
a8b41c29ff
Merge branch 'master' of https://github.com/nikolassv/bartib
2023-04-27 11:15:45 +02:00
Nikolas Schmidt-Voigt
24ae970597
Updated dependencies via cargo update
2023-04-27 11:15:32 +02:00
Nikolas Schmidt-Voigt
a0d73017c8
Merge pull request #22 from NijeboerFrank/master
...
Add tab completion for fish
2023-04-27 11:02:35 +02:00
NijboerFrank
50fa03d20e
Update README with disclaimer
2023-04-26 22:51:10 +02:00
NijboerFrank
47d48d3d02
Add tab completion for fish
2023-04-26 22:36:18 +02:00
Nikolas Schmidt-Voigt
1a6a703e3d
Merge pull request #20 from meinbaumm/issue-18-fix-typos
...
issue-18: fix some typos
2023-03-30 13:51:12 +02:00
meinbaumm
8bd6d97718
issue-18: fix some typos
2023-03-29 23:18:25 +07:00
Nikolas Schmidt-Voigt
7a4c258a08
Updated dependencies and removed deprecation warnings
2023-01-03 10:42:03 +01:00
Nikolas Schmidt-Voigt
e10b11920d
Added 'change' subcommand
2023-01-03 10:16:16 +01:00
Nikolas Schmidt-Voigt
f03c96cb5f
Updated dependencies
2023-01-03 09:23:47 +01:00
Nikolas Schmidt-Voigt
5154c8943c
Merge pull request #15 from lukasdietrich/feat/sanity-check
...
Sanity check for activity start- and endtimes
2022-06-01 08:25:10 +02:00
Nikolas Schmidt-Voigt
068944029f
Resolved some linting errors
2022-06-01 08:14:05 +02:00
Nikolas Schmidt-Voigt
fdc3070f57
Added sanity command
2022-06-01 08:07:36 +02:00
Nikolas Schmidt-Voigt
2336d4696f
Merge branch 'master' into pr/15
2022-05-05 07:48:40 +02:00
Nikolas Schmidt-Voigt
c2d6c8e3d0
added documentation of additional installation options
2022-04-28 15:20:46 +02:00
Lukas Dietrich
47d25ef9db
Fix typo
2022-03-31 22:45:46 +02:00
Lukas Dietrich
7c7f3b8883
Apply clippy fixes
2022-03-31 22:32:31 +02:00
Lukas Dietrich
1c3f3ff495
Add sanity check for start- and endtime of activities
2022-03-31 22:30:30 +02:00
Nikolas Schmidt-Voigt
fa7af0809a
Merge pull request #13 from samoylovfp/current-project
...
Add an option to only print current projects
2022-01-18 13:58:14 +01:00
Nikolas Schmidt-Voigt
6ddc780195
moved new option to subcommand projects
2022-01-18 08:32:12 +01:00
Nikolas Schmidt-Voigt
43b7990ce3
Merge pull request #14 from jneidel/patch-1
...
Add link to aur package
2022-01-18 08:12:52 +01:00
Nikolas Schmidt-Voigt
475fa8c458
Fixed heading level
2022-01-18 08:12:19 +01:00
Jonathan Neidel
75a3cbf609
Add link to aur package
2022-01-13 18:11:00 +01:00
Filipp Samoilov
f912c90440
Add an option to only print current projects
2022-01-10 14:29:45 +02:00
Nikolas Schmidt-Voigt
c6c9ba17f8
do not display days in reports and lists
2021-12-29 14:05:15 +01:00
Nikolas Schmidt-Voigt
f1b60e80ce
fixed wording
2021-12-01 11:08:07 +01:00
Nikolas Schmidt-Voigt
df7f5115dd
added test status badge
2021-12-01 11:07:03 +01:00
Nikolas Schmidt-Voigt
6324b802a3
fixed github action
2021-12-01 10:58:19 +01:00
Nikolas Schmidt-Voigt
0d6ffc6727
added test workflow
2021-12-01 10:55:26 +01:00
Nikolas Schmidt-Voigt
07350c59a3
set version number for next release
2021-11-25 22:16:58 +01:00
Nikolas Schmidt-Voigt
8d04d174b9
set version number for next release
2021-11-25 22:05:00 +01:00
Nikolas Schmidt-Voigt
09c7d963bf
added current_week and last_week option to list and report
2021-11-22 13:24:01 +01:00
Nikolas Schmidt-Voigt
64177d0c33
fixed documentation concerning the bartib file
2021-11-17 14:19:59 +01:00
Nikolas Schmidt-Voigt
b236850ae0
Merge pull request #7 from camerondurham/master
...
Make start required arguments more explicit
2021-11-17 09:28:06 +01:00
Cameron Durham
687104f8b8
Make start required arguments more explicit
2021-11-16 18:24:22 -07:00
Nikolas Schmidt-Voigt
ada6bee0d0
fixed small typing error
2021-11-16 22:41:20 +01:00
Nikolas Schmidt-Voigt
ec647705af
Added a hero image and some badges
2021-11-16 22:34:24 +01:00
Nikolas Schmidt-Voigt
5d5f3d631b
documented installation from crates.io
2021-11-16 21:56:49 +01:00
Nikolas Schmidt-Voigt
ef5577c530
Prepared publishing to crates.io
2021-11-16 21:51:59 +01:00
Nikolas Schmidt-Voigt
b0f06a120c
Merge pull request #6 from camerondurham/master
...
Trivial spelling fix on cmdline help
2021-11-16 21:38:33 +01:00
Nikolas Schmidt-Voigt
2d14fbabe1
Merge branch 'master' of github.com:nikolassv/bartib
2021-11-16 21:25:08 +01:00
Cameron Durham
8a3f15462b
Trivial spelling fix on cmdline help
2021-11-16 09:39:11 -07:00