mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-08 04:25: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]]
|
[[package]]
|
||||||
name = "television"
|
name = "television"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"better-panic",
|
"better-panic",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "television"
|
name = "television"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "The revolution will be televised."
|
description = "The revolution will be televised."
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
5
TODO.md
5
TODO.md
@ -1,6 +1,6 @@
|
|||||||
# tasks
|
# tasks
|
||||||
- [x] preview navigation
|
- [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] maybe filter out image types etc. for now
|
||||||
- [x] return selected entry on exit
|
- [x] return selected entry on exit
|
||||||
- [x] piping output to another command
|
- [x] piping output to another command
|
||||||
@ -18,7 +18,7 @@
|
|||||||
- [x] only ever read a portion of the file for the temp preview
|
- [x] only ever read a portion of the file for the temp preview
|
||||||
- [ ] make layout an attribute of the channel?
|
- [ ] make layout an attribute of the channel?
|
||||||
- [x] I feel like the finder abstraction is a superfluous layer, maybe just use the channel directly?
|
- [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
|
- [ ] use an icon for the prompt
|
||||||
|
|
||||||
## feature ideas
|
## feature ideas
|
||||||
@ -35,4 +35,5 @@
|
|||||||
- [ ] makefile commands
|
- [ ] makefile commands
|
||||||
- [ ] remote files (s3, ...)
|
- [ ] remote files (s3, ...)
|
||||||
- [ ] custom actions as part of a channel (mappable)
|
- [ ] 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