Commit graph

476 commits

Author SHA1 Message Date
Dheepak Krishnamurthy
38099e421b Add tests for draw 2021-02-19 17:47:27 -07:00
Dheepak Krishnamurthy
91afeebfeb Add tests for later today 2021-02-19 17:35:41 -07:00
Dheepak Krishnamurthy
6c336c472f Add more tests 2021-02-18 03:41:18 -07:00
Dheepak Krishnamurthy
4da96f4864 Add context tests 2021-02-17 16:27:25 -07:00
Dheepak Krishnamurthy
4fec098365 Fix context filter 2021-02-17 15:59:07 -07:00
Dheepak Krishnamurthy
e41e31c6e1 Fix task details being truncated 2021-02-17 15:32:24 -07:00
Dheepak Krishnamurthy
8398907ca6 Change timeout to be between 5ms and 10ms 2021-02-17 15:20:51 -07:00
Dheepak Krishnamurthy
d2d845ef65 Fix last_tick when pause_stdin 2021-02-17 04:15:31 -07:00
Dheepak Krishnamurthy
15339c2466 Change timeout to be between 10ms and 25ms 2021-02-17 04:08:55 -07:00
Dheepak Krishnamurthy
2b44a17215 Change timeout for event::poll to 10ms 2021-02-17 02:44:30 -07:00
Dheepak Krishnamurthy
72c45b622f
Merge pull request #112 from kdheepak/fix-ansi-character-code-handling 2021-02-17 02:27:09 -07:00
Dheepak Krishnamurthy
cc5b794707 Fix ansi code handling 2021-02-17 02:18:35 -07:00
Dheepak Krishnamurthy
706149b9f0 Fix width of task details 2021-02-16 15:03:45 -07:00
Dheepak Krishnamurthy
169ee6e6e5 Fix colors with comprehensive tests 2021-02-16 03:25:41 -07:00
Dheepak Krishnamurthy
eeeb6303fc Add more tags 2021-02-15 17:29:25 -07:00
Dheepak Krishnamurthy
d1ba936c32 Fix terminal issues with alacritty 2021-02-15 13:22:37 -07:00
Dheepak Krishnamurthy
cadfa35244 More accurate colors 2021-02-15 12:02:02 -07:00
Dheepak Krishnamurthy
60f8991ae2 Fix bug with alacritty and task edit 2021-02-15 10:24:17 -07:00
Dheepak Krishnamurthy
39d7b2ba96 Fix terminal issues with alacritty 2021-02-14 21:51:15 -07:00
Dheepak Krishnamurthy
374f90a348 Fix colors using blend 2021-02-14 19:04:16 -07:00
Dheepak Krishnamurthy
8465616621 Update tests 2021-02-14 16:19:08 -07:00
Dheepak Krishnamurthy
c70ed66c75 Run cargo fmt 2021-02-14 08:37:11 -07:00
Dheepak Krishnamurthy
ad9d31fcf7 Fix priority color 2021-02-14 08:33:34 -07:00
Dheepak Krishnamurthy
42bbc09168 Fix due tag color 2021-02-14 00:10:11 -07:00
Dheepak Krishnamurthy
4550aeff8f Support custom priority 2021-02-13 18:31:09 -07:00
Dheepak Krishnamurthy
da22c85282 Fix crashes on using depends 2021-02-13 16:32:47 -07:00
desbma
1242229eed Get default filter from taskrc 2021-02-14 00:12:02 +01:00
Dheepak Krishnamurthy
03dc29a5e3 Add depends column 2021-02-11 20:11:27 -07:00
Dheepak Krishnamurthy
ee4854e7c6 Run cargo clippy 2021-02-11 11:10:40 -07:00
Dheepak Krishnamurthy
c05b37cf6e Run cargo fmt 2021-02-11 11:06:11 -07:00
Dheepak Krishnamurthy
aae0b7fffa Fix colors 2021-02-11 10:39:08 -07:00
Dheepak Krishnamurthy
684b60147e Use SeqCst for ordering 2021-02-11 04:24:38 -07:00
Dheepak Krishnamurthy
6679da5748 Update test 2021-02-11 03:00:07 -07:00
Dheepak Krishnamurthy
cca0f254f9 Update test 2021-02-11 02:53:29 -07:00
Dheepak Krishnamurthy
31ffa02bb0 Run cargo fmt 2021-02-11 02:49:04 -07:00
Dheepak Krishnamurthy
ff19e3a9b6 Update test 2021-02-11 02:07:08 -07:00
Dheepak Krishnamurthy
b7bc5252dc Use AtomicBool instead of Mutex 2021-02-11 02:06:15 -07:00
Dheepak Krishnamurthy
e49d4c8039 Run cargo clippy 2021-02-11 01:47:10 -07:00
Dheepak Krishnamurthy
4909e0df33 Run cargo fmt 2021-02-11 01:45:56 -07:00
Dheepak Krishnamurthy
1affc4d556 Run cargo clippy 2021-02-11 01:45:39 -07:00
Dheepak Krishnamurthy
e222b147cc Run cargo fmt 2021-02-11 01:24:41 -07:00
Dheepak Krishnamurthy
33034a9062 Change tests 2021-02-11 01:14:22 -07:00
Dheepak Krishnamurthy
27ac07f1ed Fix color style getter 2021-02-11 00:08:44 -07:00
Dheepak Krishnamurthy
b66f017ba3 Use uuid instead of task id 2021-02-10 01:35:24 -07:00
Dheepak Krishnamurthy
9a02fe5754 Add support for task status as a column 2021-02-09 12:34:44 -07:00
Dheepak Krishnamurthy
2d35a14e5f Don't crash immediately if invalid filter 2021-02-09 10:31:47 -07:00
Dheepak Krishnamurthy
a4715ae352 Add underline for header 2021-02-08 11:47:23 -07:00
Dheepak Krishnamurthy
a5b526cf3f Fix spacing at column end and for first column 2021-02-08 05:34:14 -07:00
Dheepak Krishnamurthy
bbfba5a5e7 Make ID right align along with header 2021-02-08 05:16:23 -07:00
Dheepak Krishnamurthy
7f2ea5ab78 Make ID right align 2021-02-08 04:19:12 -07:00