Commit graph

62 commits

Author SHA1 Message Date
Dheepak Krishnamurthy
3c6bb5f03f Update README.md 2020-07-29 10:04:15 -06:00
Dheepak Krishnamurthy
98c1a7395d Add help menu 2020-07-29 09:08:07 -06:00
Dheepak Krishnamurthy
aa2571f726 Update README.md 2020-07-29 04:18:08 -06:00
Dheepak Krishnamurthy
42d42b3f42 Update README.md 2020-07-29 00:29:20 -06:00
Dheepak Krishnamurthy
7ad01fee2e Change default min percentage to 70 2020-07-29 00:19:44 -06:00
Dheepak Krishnamurthy
5a2b9973c9 Bump to v0.4.0 2020-07-28 17:59:56 -06:00
Dheepak Krishnamurthy
5b3e42d69e Fix add and modify functionality 2020-07-28 16:19:45 -06:00
Dheepak Krishnamurthy
ab359ea193 Fix height for command window 2020-07-28 16:04:32 -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
c91a0f0630 Bump to v0.3.1 2020-07-28 04:33:51 -06:00
Dheepak Krishnamurthy
78a248f4a9 Update README.md 2020-07-28 04:32:47 -06:00
Dheepak Krishnamurthy
13e2d0f692 Fix bug with filter 2020-07-28 04:14:54 -06:00
Dheepak Krishnamurthy
c00d660759 Make done behave nicely 2020-07-28 04:06:04 -06:00
Dheepak Krishnamurthy
7edbc28960 Add add functionality 2020-07-28 03:59:19 -06:00
Dheepak Krishnamurthy
f7217aee8e Wait with output 2020-07-28 03:30:47 -06:00
Dheepak Krishnamurthy
885dc5b44f Add publish to crates.io github action 2020-07-28 03:11:18 -06:00
Dheepak Krishnamurthy
25e0bf42b8 Remove clap 2020-07-28 03:06:18 -06:00
Dheepak Krishnamurthy
a32daee8b9 Update Cargo.toml 2020-07-28 02:50:24 -06:00
Dheepak Krishnamurthy
7d111a3546 Bump to v0.3.0 2020-07-28 02:09:12 -06:00
Dheepak Krishnamurthy
a7ddc2f39c Remove termion backend 2020-07-28 02:08:39 -06:00
Dheepak Krishnamurthy
299653e12c Update README.md 2020-07-28 01:47:08 -06:00
Dheepak Krishnamurthy
81d94338f5 Only make releases if there are tags 2020-07-28 01:35:24 -06:00
Dheepak Krishnamurthy
c844e7d694 Fix key delay in crossterm 2020-07-28 01:35:24 -06:00
Dheepak Krishnamurthy
4a06cf7522 Fix binary postfix 2020-07-28 01:35:23 -06:00
Dheepak Krishnamurthy
f58462ff51 Remove strip 2020-07-28 01:35:23 -06:00
Dheepak Krishnamurthy
a0c6a94854 Make crossterm default 2020-07-28 01:07:16 -06:00
Dheepak Krishnamurthy
2a08fb2f33 Add edit feature 2020-07-27 21:37:31 -06:00
Dheepak Krishnamurthy
9557688714 Add done and undo features 2020-07-27 16:50:05 -06:00
Dheepak Krishnamurthy
0ee8d7be3b Change Command to Filter 2020-07-27 16:32:02 -06:00
Dheepak Krishnamurthy
d796c69d9f Change InputMode to AppMode 2020-07-27 16:30:15 -06:00
Dheepak Krishnamurthy
f8d213d7f9 Update github action 2020-07-27 10:11:54 -06:00
Dheepak Krishnamurthy
9566367644 Update Cargo.lock file 2020-07-27 09:41:44 -06:00
Dheepak Krishnamurthy
7992234d23 Bump to v0.2.0 2020-07-27 04:02:20 -06:00
Dheepak Krishnamurthy
bcb4e8a724 Remove some targets 2020-07-27 03:49:15 -06:00
Dheepak Krishnamurthy
81989b5aa4 Add more platforms 2020-07-27 03:36:01 -06:00
Dheepak Krishnamurthy
e87c2a23d4 Bump to v0.1.1 2020-07-27 03:17:43 -06:00
Dheepak Krishnamurthy
66a22b7598 Remove patch version numbers from Cargo.toml 2020-07-27 03:04:47 -06:00
Dheepak Krishnamurthy
ae5dcd849f Add default-features = false for tui 2020-07-27 03:03:26 -06:00
Dheepak Krishnamurthy
4fab167bf8 Add default-features = false to Cargo.toml 2020-07-27 02:55:04 -06:00
Dheepak Krishnamurthy
412c63965b Run cargo format 2020-07-27 02:51:38 -06:00
Dheepak Krishnamurthy
293f7f59b6 Make termion default backend 2020-07-27 02:46:09 -06:00
Dheepak Krishnamurthy
19655051f7 Make backend explicit 2020-07-27 02:41:56 -06:00
Dheepak Krishnamurthy
50dce6379d Add windows support 2020-07-27 02:36:54 -06:00
Dheepak Krishnamurthy
c3a87b4f3f Support both crossterm and termion 2020-07-27 02:34:44 -06:00
Dheepak Krishnamurthy
7ad5483a92 Add crossterm support 2020-07-27 02:11:13 -06:00
Dheepak Krishnamurthy
d9f2e0b5b7 Add .env 2020-07-27 00:39:37 -06:00
Dheepak Krishnamurthy
19b9e8811c Add tests/data to .gitignore 2020-07-27 00:38:56 -06:00