Commit graph

  • 1ef000733f Use iter instead of into_iter Dheepak Krishnamurthy 2020-10-11 00:19:32 -06:00
  • 410e9f4ca9 Update to tui v0.12 Dheepak Krishnamurthy 2020-10-11 00:18:27 -06:00
  • 54bda8dc94 Autoformat code Dheepak Krishnamurthy 2020-10-10 21:58:07 -06:00
  • 3f1e682240 Update config.rs Dheepak Krishnamurthy 2020-10-10 21:57:33 -06:00
  • 028509004f Change color.rs to config.rs Dheepak Krishnamurthy 2020-10-10 21:54:34 -06:00
  • a8a053e989 Autoformat code Dheepak Krishnamurthy 2020-10-10 21:36:49 -06:00
  • 48dff77f9e Autoformat code Dheepak Krishnamurthy 2020-10-10 21:35:06 -06:00
  • ee8b187b41 Autoformat code Dheepak Krishnamurthy 2020-10-10 21:34:47 -06:00
  • 33ae0261f2 Autoformat code Dheepak Krishnamurthy 2020-10-10 21:34:04 -06:00
  • 7e31bef9c5 Refactor style Dheepak Krishnamurthy 2020-10-10 21:29:43 -06:00
  • 3a29d028d9 Refactor style Dheepak Krishnamurthy 2020-10-10 21:29:20 -06:00
  • 4a2606eeee Refactor style Dheepak Krishnamurthy 2020-10-10 21:28:13 -06:00
  • 39e19401e9 Add highlight_style bold modifier only once Dheepak Krishnamurthy 2020-10-10 21:23:25 -06:00
  • eea35fbb56 Change blocked to blocking for color Dheepak Krishnamurthy 2020-10-10 21:21:57 -06:00
  • d00dd90043 Add task_by_uuid and task_by_index Dheepak Krishnamurthy 2020-10-10 20:25:08 -06:00
  • 738bce9a21 Use length instead of percentage for constraint Dheepak Krishnamurthy 2020-10-10 20:08:14 -06:00
  • 7209ae37c0 Autoformat code Dheepak Krishnamurthy 2020-10-10 19:57:42 -06:00
  • 8836f06819 Refactor more code to use task_report_table Dheepak Krishnamurthy 2020-10-10 19:57:17 -06:00
  • 673a4abc12 Bump to v0.6.13 v0.6.13 Dheepak Krishnamurthy 2020-10-10 19:48:51 -06:00
  • bb7c304830 Add C-h for backspace Dheepak Krishnamurthy 2020-10-10 19:47:39 -06:00
  • 2f4ab08dbf Refactor more code to use task_report_table Dheepak Krishnamurthy 2020-10-10 18:58:01 -06:00
  • 0e29e886b0 Refactor to using table Dheepak Krishnamurthy 2020-10-10 18:33:59 -06:00
  • 436855e7a4 Bump to v0.6.12 v0.6.12 Dheepak Krishnamurthy 2020-10-10 14:06:48 -06:00
  • ed30d0acd6
    Merge pull request #18 from kdheepak/support-tags-projects Dheepak Krishnamurthy 2020-10-10 14:05:58 -06:00
  • 1e541cdb3f Support all virtual tags Dheepak Krishnamurthy 2020-10-10 13:56:30 -06:00
  • 4f82fb835e Add depends.count Dheepak Krishnamurthy 2020-10-10 13:37:09 -06:00
  • ff2cb27cd5 Support project Dheepak Krishnamurthy 2020-10-10 13:22:54 -06:00
  • 070fac04e2 Support tags.count Dheepak Krishnamurthy 2020-10-10 13:19:28 -06:00
  • 6d4ba2df91 Support tags Dheepak Krishnamurthy 2020-10-10 13:11:06 -06:00
  • 8d200e6ee7 Move cursor to end of the line for modify Dheepak Krishnamurthy 2020-10-10 13:25:24 -06:00
  • 730db811fb Update README.md Dheepak Krishnamurthy 2020-10-10 03:34:16 -06:00
  • 4fbd870a2c Update README.md Dheepak Krishnamurthy 2020-10-10 03:31:21 -06:00
  • ba096daaa5 Bump to v0.6.11 v0.6.11 Dheepak Krishnamurthy 2020-10-10 03:11:15 -06:00
  • 47a1045330
    Merge pull request #16 from kdheepak/support-readline-like-features Dheepak Krishnamurthy 2020-10-10 03:10:25 -06:00
  • 7cf5e1a1f3 Implement readline editing features Dheepak Krishnamurthy 2020-10-10 03:01:39 -06:00
  • 087aa14584 Autoformat code Dheepak Krishnamurthy 2020-10-10 02:28:02 -06:00
  • 96fd6551f8 Use rustyline for input Dheepak Krishnamurthy 2020-10-10 02:27:43 -06:00
  • 603e400bbd Bump to v0.6.10 v0.6.10 Dheepak Krishnamurthy 2020-10-09 21:44:42 -06:00
  • 503dbe227f
    Merge pull request #15 from kdheepak/support-custom-shell-command Dheepak Krishnamurthy 2020-10-09 21:43:35 -06:00
  • cbb9e60ca8 Support custom shell command Dheepak Krishnamurthy 2020-10-09 21:34:54 -06:00
  • c1fcdffb71 Update Cargo.lock Dheepak Krishnamurthy 2020-10-09 21:31:33 -06:00
  • d1a4dfd9a9 Bump to v0.6.9 v0.6.9 Dheepak Krishnamurthy 2020-10-08 15:36:05 -06:00
  • 0e3ff81f7a Use unwrap_or_else for task details Dheepak Krishnamurthy 2020-10-08 15:29:09 -06:00
  • aff366c084 Update README.md Dheepak Krishnamurthy 2020-10-05 21:58:09 -06:00
  • f5fb2855e2 Update README.md Dheepak Krishnamurthy 2020-10-05 21:57:25 -06:00
  • ca4cf81250 Update README.md Dheepak Krishnamurthy 2020-10-05 21:55:40 -06:00
  • 904e622e2c Update README.md Dheepak Krishnamurthy 2020-10-05 21:54:37 -06:00
  • f90fffcb08
    Merge pull request #12 from typebrook/patch-1 Dheepak Krishnamurthy 2020-10-05 14:54:48 -05:00
  • 6145047d35
    Update README.md Hsieh Chin Fan 2020-10-05 15:46:30 +08:00
  • fad4e5f642 Update urgency rounding Dheepak Krishnamurthy 2020-09-02 15:56:24 -06:00
  • 6f73f472a8 Fix panic when task is very long Dheepak Krishnamurthy 2020-09-01 09:18:10 -06:00
  • 2513642aa3 Add initial calendar support Dheepak Krishnamurthy 2020-09-01 01:14:56 -06:00
  • eb8e5d376e Update README.md Dheepak Krishnamurthy 2020-08-30 23:13:03 -06:00
  • 286d9cde0a
    Merge pull request #8 from david-perez/master Dheepak Krishnamurthy 2020-08-30 22:56:21 -06:00
  • 2f819581b5 Add 'task delete' to help menu david-perez 2020-08-29 14:31:56 +02:00
  • 3c981fd2f6 Add 'task annotate' to help menu david-perez 2020-08-29 14:30:12 +02:00
  • cf8aafa38b Update README.md Dheepak Krishnamurthy 2020-08-13 11:44:18 -06:00
  • 81b6da345b Bump to v0.6.8 v0.6.8 Dheepak Krishnamurthy 2020-08-12 08:50:12 -06:00
  • c7b3226efd Add due date Dheepak Krishnamurthy 2020-08-12 08:49:15 -06:00
  • 5c324e2b4e Update README.md Dheepak Krishnamurthy 2020-08-11 04:41:54 -06:00
  • 1a068ce440 Bump to v0.6.7 v0.6.7 Dheepak Krishnamurthy 2020-08-10 08:42:55 -06:00
  • 069a98b4b1 Autoformat changes Dheepak Krishnamurthy 2020-08-10 08:43:17 -06:00
  • 46f4e16c02 Fix bug with draw and filter function Dheepak Krishnamurthy 2020-08-10 08:41:56 -06:00
  • 9830edd543 Bump to v0.6.6 v0.6.6 Dheepak Krishnamurthy 2020-08-10 00:48:54 -06:00
  • 99ad69be30 Update README.md Dheepak Krishnamurthy 2020-08-10 00:47:36 -06:00
  • 73ffc9d026 Support annotations Dheepak Krishnamurthy 2020-08-10 00:46:04 -06:00
  • 28ea95d602 Bump to v0.6.5 v0.6.5 Dheepak Krishnamurthy 2020-08-09 20:23:24 -06:00
  • 42e4f03a61 Add active to attributes list Dheepak Krishnamurthy 2020-08-09 20:22:22 -06:00
  • c1df417a13 Bump to v0.6.4 v0.6.4 Dheepak Krishnamurthy 2020-08-08 10:55:46 -06:00
  • 0a93939a1f
    Merge pull request #6 from kdheepak/kd/cyrillic-multi-length-characters-fix Dheepak Krishnamurthy 2020-08-08 10:54:31 -06:00
  • 6bc62ab358 Fix backspace Dheepak Krishnamurthy 2020-08-08 10:53:10 -06:00
  • 61e94693b0 Use chars().count() instead of len() Dheepak Krishnamurthy 2020-08-08 09:47:42 -06:00
  • 7e16c0cc06 Update README.md Dheepak Krishnamurthy 2020-08-07 16:26:53 -06:00
  • 1f46072b1e Update README.md Dheepak Krishnamurthy 2020-08-07 16:00:39 -06:00
  • 200b3c41eb Update README.md Dheepak Krishnamurthy 2020-08-07 15:57:19 -06:00
  • 0ee7deb2f1 Update README.md Dheepak Krishnamurthy 2020-08-07 15:56:40 -06:00
  • e240ac1f9e Autoformat changes Dheepak Krishnamurthy 2020-08-07 15:41:03 -06:00
  • 5aa9765bf6 Use hashmap for colors Dheepak Krishnamurthy 2020-08-07 15:40:38 -06:00
  • 3a1ac058ab Update README.md Dheepak Krishnamurthy 2020-08-07 01:39:57 -06:00
  • 9874ee3623 Update README.md Dheepak Krishnamurthy 2020-08-07 01:31:41 -06:00
  • ff0d35d16a Update README.md Dheepak Krishnamurthy 2020-08-07 01:29:32 -06:00
  • 1886f47ee7 Update README.md Dheepak Krishnamurthy 2020-08-07 01:23:11 -06:00
  • 46c459e30a Bump to v0.6.3 v0.6.3 Dheepak Krishnamurthy 2020-08-07 01:19:21 -06:00
  • 55aa308c28 Remove publish to cargo step Dheepak Krishnamurthy 2020-08-07 01:18:20 -06:00
  • 16f75edcfd Add pause_stdin into event loop Dheepak Krishnamurthy 2020-08-06 23:38:05 -06:00
  • 211d34a784 Bump to v0.6.2 v0.6.2 Dheepak Krishnamurthy 2020-08-06 23:18:07 -06:00
  • 36e8f2ae82 Autoformat changes Dheepak Krishnamurthy 2020-08-06 23:17:43 -06:00
  • c6b66bb6ca Fix colors for some dates Dheepak Krishnamurthy 2020-08-06 23:16:30 -06:00
  • 93572b3bfc Support some date tags Dheepak Krishnamurthy 2020-08-06 22:43:28 -06:00
  • 28636e112d Support color for selected item Dheepak Krishnamurthy 2020-08-06 22:02:02 -06:00
  • a05f4f98a6 Autoformat changes Dheepak Krishnamurthy 2020-08-06 21:18:20 -06:00
  • 1be29a8e7c Bump to v0.6.1 v0.6.1 Dheepak Krishnamurthy 2020-08-06 15:06:56 -06:00
  • 7fd9fa4eab Better color detection Dheepak Krishnamurthy 2020-08-06 15:06:01 -06:00
  • 1f7be03d99 Support for background colors Dheepak Krishnamurthy 2020-08-06 14:31:30 -06:00
  • 6b0a26f9e4 Bump to v0.6.0 v0.6.0 Dheepak Krishnamurthy 2020-08-06 14:10:15 -06:00
  • 7f820bade2 Add comment Dheepak Krishnamurthy 2020-08-06 14:08:41 -06:00
  • 7454bc5156 Move dependency scan into update_tags function Dheepak Krishnamurthy 2020-08-06 14:07:41 -06:00
  • 48c03f5111 Delete start_background_thread Dheepak Krishnamurthy 2020-08-06 14:06:26 -06:00
  • 7a4221b0e8 Support virtual tags using same logic as taskwarrior Dheepak Krishnamurthy 2020-08-06 13:55:51 -06:00
  • 84cba526f8 Support current context from taskwarrior Dheepak Krishnamurthy 2020-08-05 09:49:30 -06:00