Commit graph

104 commits

Author SHA1 Message Date
Dheepak Krishnamurthy
6d5d7e92f1 feat: Update dependencies 2023-05-26 21:56:45 -04:00
david-perez
94f3da4e64 Make start_tui function synchronous 2022-06-19 21:16:34 +02:00
Dheepak Krishnamurthy
3ffa5bdc77 fix: Disable event loop for testing 🐛 2022-04-27 15:45:51 -06:00
Dheepak Krishnamurthy
7c6a1f77e3 feat: Refactor to using tokio instead of async-std 2022-04-26 23:37:28 -06:00
Dheepak Krishnamurthy
8342ce05af feat: Update cli interface 2022-01-01 00:13:32 -07:00
Dheepak Krishnamurthy
f4a48fad90 feat: Implement scrollbar 2021-12-31 16:38:05 -07:00
Dheepak Krishnamurthy
08c30cf912 fix: Fix tests and better logging and history 🐛 2021-12-02 11:29:41 -07:00
Dheepak Krishnamurthy
7effb72f41 feat: Add logging and fix history 2021-11-27 11:29:01 -07:00
Dheepak Krishnamurthy
3e27ab44e3 feat: Better error reporting 2021-11-09 19:37:26 -07:00
Dheepak Krishnamurthy
f83a21dd95 refactor: Move action to own mod 📦 2021-11-03 05:56:10 -06:00
Dheepak Krishnamurthy
279b63874b fix: Fix multiple line context bug 🐛 2021-10-30 16:43:32 -06:00
lkadalski
75217bf266 Providing support for Projects Pane
Signed-off-by: lkadalski <kadalski.lukasz@gmail.com>
2021-10-11 12:51:49 +02:00
Dheepak Krishnamurthy
c289539332 Make shortcuts exit and enter tui 2021-07-18 04:24:04 -06:00
Dheepak Krishnamurthy
5868b608cb Fix error message printing 2021-05-21 14:43:40 -06:00
Dheepak Krishnamurthy
53977929cf Refactor cli to use latest clap 2021-05-11 11:46:37 -06:00
Dheepak Krishnamurthy
83384e7f1c Make error better 2021-04-28 12:33:07 -06:00
Dheepak Krishnamurthy
00989a0eb5 Add default report command line argument 2021-04-28 12:25:16 -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
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
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
61d917360b Remove pause_stdin 2021-03-31 00:41:20 -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
5f15e5efd0 Make tick rate configurable 2021-03-30 21:37:12 -06:00
Dheepak Krishnamurthy
979e886a29 Refactor using async-std 2021-03-30 19:26:47 -06:00
Dheepak Krishnamurthy
bf0fb46f90 Use anyhow 2021-03-27 14:47:23 -06:00
Dheepak Krishnamurthy
31daa52e0d Rename TTApp to TaskwarriorTuiApp 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
b6945ec785 Fix edge cases when handling multiple selection 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
e947e30001 Add keyconfig 2021-02-28 23:07:15 -07:00
Dheepak Krishnamurthy
b5fb8f3dae Add force option to update 2021-02-28 18:41:20 -07:00
Dheepak Krishnamurthy
8efd9f77a4 Update src/main.rs 2021-02-23 12:57:08 -07:00
Dheepak Krishnamurthy
39d7b2ba96 Fix terminal issues with alacritty 2021-02-14 21:51:15 -07:00
Dheepak Krishnamurthy
ee4854e7c6 Run cargo clippy 2021-02-11 11:10:40 -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
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
orhun
f83baa5625
Remove arguments of 'destruct_terminal' for fixing 'test_main' 2021-02-07 17:22:37 +03:00
Dheepak Krishnamurthy
1149426b11 Change clear implementation 2021-02-05 10:39:11 -07:00
Dheepak Krishnamurthy
79f1b9c1e6 Add panic hook that shows stacktrace 2021-02-05 09:31:05 -07:00
Dheepak Krishnamurthy
4ca68100b4 Make gg work as expected 2020-11-03 16:46:20 -07:00
Dheepak Krishnamurthy
2250c20cfa Add context switcher 2020-11-02 23:48:50 -07:00
Dheepak Krishnamurthy
fc1c3ec21d Update main.rs 2020-10-30 22:20:50 -06:00
Dheepak Krishnamurthy
ccb23690b7 Use r.unwrap() 2020-10-30 20:59:08 -06:00