Commit graph

166 commits

Author SHA1 Message Date
Nikolas Schmidt-Voigt
f2de353985
Create CHANGELOG.md 2024-02-08 09:41:42 +01:00
Nikolas Schmidt-Voigt
8798bce480
Merge pull request #45 from simonsan/feat/report-wildcard
feat: make project in report accept wildcards for filtering
2024-02-07 09:04:18 +01:00
Nikolas Schmidt-Voigt
db1b63e7cc docs: changed documentation for wildcards 2024-02-07 09:03:10 +01:00
simonsan
afdf43399a
docs: add remark on wildcard operator in report --projects filter 2024-01-27 12:52:54 +01:00
simonsan
47b94f91cb
feat: make project in report accept wildcards for filtering
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
2024-01-27 11:45:43 +01:00
Nikolas Schmidt-Voigt
4485d79316
Merge pull request #32 from berkes/round
Introduce an option to round to neares N minutes or hours.
2023-12-06 22:24:50 +01:00
Bèr Kessels
711b54aac8 Documents that its start and end time being rounded in the --help 2023-11-27 14:29:37 +01:00
Bèr Kessels
24d54e6541 Document the rounding feature in the README 2023-11-27 14:28:29 +01:00
Bèr Kessels
8c1a8a909d Introduce an option to round to neares N minutes or hours. 2023-11-15 15:14:44 +01:00
Nikolas Schmidt-Voigt
09ac6d71d2 Fixed formatting 2023-10-25 11:14:42 +02:00
Nikolas Schmidt-Voigt
637645dc65 Fixed linting error 2023-10-25 11:11:44 +02:00
Nikolas Schmidt-Voigt
16eaa7e3f0 Added Packaging Status in README 2023-10-25 10:44:59 +02:00
Nikolas Schmidt-Voigt
eccbc21972
Merge pull request #28 from Ernaldis/master
Expand pipeline
2023-09-27 09:13:22 +02:00
Timothy Chandler
dc1f4c1f14
Merge pull request #2 from Ernaldis/update-ci-caching
Update test.yml
2023-09-15 15:16:09 -05:00
Ernaldis
f59016bd01
fix nightly 2023-09-15 15:13:26 -05:00
Ernaldis
47d705cf57
add matrix of toolchains 2023-09-15 14:49:32 -05:00
Ernaldis
0688948f4e
switch away from env key 2023-09-15 14:41:27 -05:00
Ernaldis
0dce0772f2
improve caching 2023-09-15 14:34:43 -05:00
Ernaldis
c08b0930f8
update test 2023-09-15 14:20:23 -05:00
Timothy Chandler
99adc72e8e
Update test.yml 2023-09-15 14:14:13 -05:00
Timothy Chandler
a0c2023b1b
Update test.yml 2023-09-15 14:08:25 -05:00
Timothy Chandler
edd2bdfa82
Merge pull request #1 from Ernaldis/expand-pipeline
Revamp Pipeline
2023-09-15 13:55:20 -05:00
Ernaldis
550419c457
update action version 2023-09-15 13:52:27 -05:00
Ernaldis
ef28782a02
make build wait for lint 2023-09-15 13:49:59 -05:00
Ernaldis
1cbcf1453c
format code 2023-09-15 13:43:58 -05:00
Ernaldis
e32ed45110
satisfy clippy 2023-09-15 13:42:35 -05:00
Ernaldis
6d31caa73f
run clippy fix with pedantic, nursery, unwrap_used, and expect_used 2023-09-15 13:37:05 -05:00
Ernaldis
45c0572385
run clippy fix 2023-09-15 13:35:55 -05:00
Ernaldis
3db039937e
add basic clippy job 2023-09-15 13:32:35 -05:00
Ernaldis
e5bcf65d66
format code 2023-09-15 13:25:06 -05:00
Ernaldis
308bb131f7
add fmt to pipeline 2023-09-15 13:23:02 -05:00
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