Commit graph

391 commits

Author SHA1 Message Date
Dheepak Krishnamurthy
d3ed969905 Fix tab completion behavior 2021-04-06 19:25:40 -06:00
Dheepak Krishnamurthy
92f9be8038 Refactor completion 2021-04-06 12:32:31 -06:00
Dheepak Krishnamurthy
e938880f77 Use Up and Down to navigate tab completion prompt if it is open 2021-04-06 09:03:49 -06:00
Dheepak Krishnamurthy
d915917b70 Fix crash when using arrow keys 2021-04-06 08:55:40 -06:00
Dheepak Krishnamurthy
e7c4bc4f9d Jump to task 2021-04-06 06:06:28 -06:00
Dheepak Krishnamurthy
c3a8bd506d Update completion options 2021-04-06 05:32:46 -06:00
Dheepak Krishnamurthy
99266af655 Add priority and due date to completion options 2021-04-06 05:19:16 -06:00
Dheepak Krishnamurthy
f48650b59c Add tab complete for add, modify and log and make color configurable 2021-04-06 05:07:15 -06:00
Dheepak Krishnamurthy
fa6a1370d1 Add tab complete for filter tags 2021-04-06 05:07:15 -06:00
Dheepak Krishnamurthy
fad1f37a8c Prototype tab complete ui 2021-04-06 05:07:15 -06:00
Dheepak Krishnamurthy
7cbc20b43a Refactor code 2021-04-05 14:06:18 -06:00
Dheepak Krishnamurthy
7fd43df8cb Update tests and clippy 2021-04-04 08:29:58 -06:00
Dheepak Krishnamurthy
30f3ea7ce2 Add minimize async uses 2021-04-04 08:16:56 -06:00
Dheepak Krishnamurthy
10e68af0be Add #![allow(clippy::eval_order_dependence)] 2021-04-04 03:00:49 -06:00
Dheepak Krishnamurthy
fbe0b5a061 Make keyconfig await 2021-04-04 02:57:58 -06:00
Dheepak Krishnamurthy
6b4ae10b41 Make config await 2021-04-04 02:52:18 -06:00
Dheepak Krishnamurthy
e405ebe810 Make fewer system calls 2021-04-03 23:01:00 -06:00
Dheepak Krishnamurthy
b2504b1a3b Fix tests 2021-04-03 22:38:53 -06:00
Dheepak Krishnamurthy
90b9a4cc25 Update tests 2021-04-03 22:35:27 -06:00
Dheepak Krishnamurthy
1e44a7e1c5 Speed up start up 2021-04-01 20:55:11 -06:00
Nick Wynja
9b8630b485 append space to filter 2021-04-01 08:20:20 -04:00
Dheepak Krishnamurthy
ef50763f24 Fix history on windows 2021-04-01 00:10:26 -06:00
Dheepak Krishnamurthy
690ce7004f Add history files 2021-03-31 22:45:02 -06:00
Dheepak Krishnamurthy
ba84e3fff0 Change color of title of calendar 2021-03-31 19:27:50 -06:00
Dheepak Krishnamurthy
394d62d3ed Fix scrolling 2021-03-31 19:06:45 -06:00
Dheepak Krishnamurthy
b19d7d5612 Remove draw_debug 2021-03-31 18:55:57 -06:00
Dheepak Krishnamurthy
04df6bdbc4 Fix crash when calling undo externally 2021-03-31 18:53:28 -06:00
Dheepak Krishnamurthy
5579cddd46 Fix crash when calling undo 2021-03-31 18:35:34 -06:00
Dheepak Krishnamurthy
00e34a83e5 Make prefill task information optional 2021-03-31 16:45:59 -06:00
Dheepak Krishnamurthy
483e7e8ad5 Remove history.rs file 2021-03-31 15:26:21 -06:00
Dheepak Krishnamurthy
a1cd39a863 Add history for add, log and modify 2021-03-31 15:24:57 -06:00
Dheepak Krishnamurthy
d4ac3561aa Add history for filter 2021-03-31 14:27:27 -06:00
Dheepak Krishnamurthy
f125dc04e5 Add support for history 2021-03-31 10:55:13 -06:00
Dheepak Krishnamurthy
225c6a417a Prefill additional information during modify 2021-03-31 01:57:55 -06:00
Dheepak Krishnamurthy
61d917360b Remove pause_stdin 2021-03-31 00:41:20 -06:00
Dheepak Krishnamurthy
e53b8af73b Add 1ms delay 2021-03-31 00:33:47 -06:00
Dheepak Krishnamurthy
558c176862 Add result check in main 2021-03-31 00:18:05 -06:00
Dheepak Krishnamurthy
670703dd42 Simplify main.rs 2021-03-31 00:14:41 -06:00
Dheepak Krishnamurthy
6d7766087c Simplify handle_input 2021-03-31 00:07:16 -06:00
Dheepak Krishnamurthy
cff2a13db8 Update tests 2021-03-30 23:22:59 -06:00
Dheepak Krishnamurthy
5f15e5efd0 Make tick rate configurable 2021-03-30 21:37:12 -06:00
Dheepak Krishnamurthy
de0d732c34 Update tests 2021-03-30 20:57:51 -06:00
Dheepak Krishnamurthy
979e886a29 Refactor using async-std 2021-03-30 19:26:47 -06:00
Dheepak Krishnamurthy
b3c2af69c5 Add test 2021-03-30 18:08:30 -06:00
Dheepak Krishnamurthy
325cdd80c8 Fix horizontal scroll in command window 2021-03-30 18:02:04 -06:00
Dheepak Krishnamurthy
ce3160a88c Fix task details update cache 2021-03-29 02:29:59 -06:00
Dheepak Krishnamurthy
98173608ea Remove arc mutex for tasks 2021-03-28 15:49:57 -06:00
Dheepak Krishnamurthy
301f149b3f Better error message for configuration 2021-03-28 09:05:48 -06:00
Dheepak Krishnamurthy
40b44f2f54 Better error message for configuration 2021-03-28 09:00:46 -06:00
Dheepak Krishnamurthy
1640cbcc39 Better error message for configuration 2021-03-28 08:47:17 -06:00