From e83fabbc0b6e691a40eff4ffc190dc94516b3841 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier Date: Mon, 14 Oct 2024 23:31:44 +0200 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- TODO.md | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c119731..f782c26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2419,7 +2419,7 @@ dependencies = [ [[package]] name = "television" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index c0978a9..193efb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "television" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "The revolution will be televised." license = "MIT" diff --git a/TODO.md b/TODO.md index 3fc5540..adcf172 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,6 @@ # tasks - [x] preview navigation -- [ ] add a way to open the selected file in the default editor +- [ ] add a way to open the selected file in the default editor (or maybe that should be achieved using pipes?) - [x] maybe filter out image types etc. for now - [x] return selected entry on exit - [x] piping output to another command @@ -18,7 +18,7 @@ - [x] only ever read a portion of the file for the temp preview - [ ] make layout an attribute of the channel? - [x] I feel like the finder abstraction is a superfluous layer, maybe just use the channel directly? -- [ ] support for images is implemented but do we really want that in the core? it's quite heavy +- [x] support for images is implemented but do we really want that in the core? it's quite heavy - [ ] use an icon for the prompt ## feature ideas @@ -35,4 +35,5 @@ - [ ] makefile commands - [ ] remote files (s3, ...) - [ ] custom actions as part of a channel (mappable) +- [ ] from one set of entries to another? (fuzzy-refine)