mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-07 03:55:23 +00:00
chore: bump version
This commit is contained in:
parent
a55c7f0311
commit
e83fabbc0b
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2419,7 +2419,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "television"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"better-panic",
|
||||
|
@ -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"
|
||||
|
5
TODO.md
5
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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user