Commit graph

104 commits

Author SHA1 Message Date
Dheepak Krishnamurthy
cb6cca0646 Update task error message 2020-10-29 11:50:05 -06:00
Dheepak Krishnamurthy
9c2e296484 Autoformat code 2020-10-27 15:04:29 -06:00
Dheepak Krishnamurthy
03b5cdb7ca Refactor task_report.rs 2020-10-27 15:04:07 -06:00
Dheepak Krishnamurthy
c8feaa15b3 Add keybindings.md and help widget 2020-10-27 03:26:58 -06:00
Dheepak Krishnamurthy
5e2eabfba9 Make active panel in bold 2020-10-24 23:52:04 -06:00
Dheepak Krishnamurthy
2bb68d2755 Update error message 2020-10-24 20:41:44 -06:00
Dheepak Krishnamurthy
b308dbbbc8 Better error user experience 2020-10-24 07:15:29 -06:00
Dheepak Krishnamurthy
dc0234fd0e Return error to the user 2020-10-24 07:06:24 -06:00
Dheepak Krishnamurthy
ef85403c56 Change default for config 2020-10-23 12:17:17 -06:00
Dheepak Krishnamurthy
6e194fe76e Run cargo fmt 2020-10-21 00:47:04 -06:00
Dheepak Krishnamurthy
caf0444295 Use custom table implementation 2020-10-20 12:56:45 -06:00
Dheepak Krishnamurthy
199dbe1153 Refactor code 2020-10-12 03:42:09 -06:00
Dheepak Krishnamurthy
028509004f Change color.rs to config.rs 2020-10-10 21:54:34 -06:00
Dheepak Krishnamurthy
bb7c304830 Add C-h for backspace 2020-10-10 19:47:39 -06:00
Dheepak Krishnamurthy
8d200e6ee7 Move cursor to end of the line for modify 2020-10-10 13:59:21 -06:00
Dheepak Krishnamurthy
7cf5e1a1f3 Implement readline editing features 2020-10-10 03:01:39 -06:00
Dheepak Krishnamurthy
96fd6551f8 Use rustyline for input 2020-10-10 02:27:43 -06:00
Dheepak Krishnamurthy
cbb9e60ca8 Support custom shell command 2020-10-09 21:34:54 -06:00
Dheepak Krishnamurthy
2513642aa3 Add initial calendar support 2020-09-01 01:14:56 -06:00
Dheepak Krishnamurthy
73ffc9d026 Support annotations 2020-08-10 00:46:04 -06:00
Dheepak Krishnamurthy
6bc62ab358 Fix backspace 2020-08-08 10:53:10 -06:00
Dheepak Krishnamurthy
61e94693b0 Use chars().count() instead of len() 2020-08-08 09:47:42 -06:00
Dheepak Krishnamurthy
a05f4f98a6 Autoformat changes 2020-08-06 21:18:20 -06:00
Dheepak Krishnamurthy
48c03f5111 Delete start_background_thread 2020-08-06 14:06:26 -06:00
Dheepak Krishnamurthy
e5ad0ce1ed Call refresh on every action from user 2020-08-04 17:30:05 -06:00
Dheepak Krishnamurthy
8962784852 Refactor to support multi threading 2020-08-04 05:00:33 -06:00
Dheepak Krishnamurthy
0ac3996443 Restructure to support color 2020-08-02 12:34:07 -06:00
Dheepak Krishnamurthy
619bae59a1 Fix lints 2020-07-31 00:08:36 -06:00
Dheepak Krishnamurthy
4dbe165449 Set up for color support 2020-07-30 21:22:03 -06:00
Dheepak Krishnamurthy
4f54f148f5 Clippy changes 2020-07-30 20:44:50 -06:00
Dheepak Krishnamurthy
6b8425d8d3 Autoformat changes 2020-07-30 19:51:54 -06:00
Dheepak Krishnamurthy
0b5fa70957 Add clap for parsing command line arguments 2020-07-30 19:41:20 -06:00
Dheepak Krishnamurthy
39febd7b29 Move task_id before command where ever possible 2020-07-30 19:14:30 -06:00
Dheepak Krishnamurthy
33cf5497b6 Add error message support to task edit 2020-07-30 16:04:31 -06:00
Dheepak Krishnamurthy
b706f34b53 Add error message support to task done 2020-07-30 15:56:47 -06:00
Dheepak Krishnamurthy
ed3180ef2d Add error message support to task undo 2020-07-30 15:54:48 -06:00
Dheepak Krishnamurthy
d13ae4b567 Add error message support to task done 2020-07-30 15:52:08 -06:00
Dheepak Krishnamurthy
ca1444865a Change start or stop to support errors 2020-07-30 15:48:46 -06:00
Dheepak Krishnamurthy
e71c59e8b3 Add error message support 2020-07-30 14:26:21 -06:00
Dheepak Krishnamurthy
98c1a7395d Add help menu 2020-07-29 09:08:07 -06:00
Dheepak Krishnamurthy
65d128fcfb Add modify functionality 2020-07-28 14:58:37 -06:00
Dheepak Krishnamurthy
2e32659d22 Add log functionality 2020-07-28 14:10:24 -06:00
Dheepak Krishnamurthy
acd512ab7d Add delete functionality 2020-07-28 13:58:03 -06:00
Dheepak Krishnamurthy
fb925e6182 Add start stop functionality 2020-07-28 13:05:18 -06:00
Dheepak Krishnamurthy
7edbc28960 Add add functionality 2020-07-28 03:59:19 -06:00
Dheepak Krishnamurthy
a0c6a94854 Make crossterm default 2020-07-28 01:07:16 -06:00
Dheepak Krishnamurthy
d796c69d9f Change InputMode to AppMode 2020-07-27 16:30:15 -06:00
Dheepak Krishnamurthy
412c63965b Run cargo format 2020-07-27 02:51:38 -06:00
Dheepak Krishnamurthy
7ad5483a92 Add crossterm support 2020-07-27 02:11:13 -06:00
Dheepak Krishnamurthy
2a88938a38 Change tick to 250ms 2020-07-26 17:49:00 -06:00