summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqkzk <qu3nt1n@gmail.com>2023-03-25 15:53:23 +0100
committerqkzk <qu3nt1n@gmail.com>2023-03-25 15:53:23 +0100
commitb1afb80b43133c25a89d4be5fb74230024d150f3 (patch)
tree6792f620f02ad878f1ba6f25dd681c70903182ac
parentab5cdc72a1160aff1743d809c674c362399b3e9a (diff)
ship v0.1.20v0.1.20-dev
-rw-r--r--development.md56
1 files changed, 28 insertions, 28 deletions
diff --git a/development.md b/development.md
index e5fa9f8..282e20d 100644
--- a/development.md
+++ b/development.md
@@ -430,6 +430,29 @@ New view: Tree ! Toggle with 't', fold with 'z'. Navigate normally.
- [x] colors in menus. Use a repeated gradient of lime colors in menus
+### Version 0.1.20
+
+- [x] display version in help
+- [x] replace FmResult & FmError by anyhow
+- [x] update the readme
+- [x] replace nvim-send by internal implemention
+- [x] mount an iso file by opening it
+ - [x] recognize iso files
+ - [x] mkdir /run/media/$USER/fm_iso
+ - [x] sudo mount -o loop /path/filename.iso /run/media/$USER/fm_iso
+- [x] preview the content of a iso file. Require the application isoinfo
+- [x] fuzzy finder for keybindings with alt+h. The found keybinding will be run immediatly
+- [x] rename: use current name instead of empty string
+- [x] don't fail at first error in config.yaml. Allow parsing continuation.
+- [x] common trait between cryptdevice and iso_file
+- [x] Preview more filetypes - inspired by ranger
+ - [x] preview SVG like [ranger](https://github.com/ranger/ranger/pull/2537/files) does
+ - [x] preview font with fontimage like [ranger](https://github.com/ranger/ranger/blob/46660c277c2ceb7c7c41ffce794d68f8f559030f/ranger/data/scope.sh#L207-L225)
+ - [x] preview doc with pandoc or odt2txt [ranger](https://github.com/ranger/ranger/blob/46660c277c2ceb7c7c41ffce794d68f8f559030f/ranger/data/scope.sh#L84-L93)
+ - [x] preview notebooks
+- [x] mocp go to song: `mocp -Q %file` with alt+enter (lack of a better keybinding)
+- [x] display openers in help
+
## TODO
- [ ] remote control
@@ -455,26 +478,6 @@ New view: Tree ! Toggle with 't', fold with 'z'. Navigate normally.
- [ ] read events from stdin ? can't be done from tuikit. Would require another thread ?
- [ ] pushbullet ?
-- [ ] Version 0.1.20
-
- - [x] display version in help
- - [x] replace FmResult & FmError by anyhow
- - [x] update the readme
- - [x] replace nvim-send by internal implemention
- - [x] mount an iso file by opening it
- - [x] recognize iso files
- - [x] mkdir /run/media/$USER/fm_iso
- - [x] sudo mount -o loop /path/filename.iso /run/media/$USER/fm_iso
- - [x] preview the content of a iso file. Require the application isoinfo
- - [x] fuzzy finder for keybindings with alt+h. The found keybinding will be run immediatly
- - [x] rename: use current name instead of empty string
- - [x] don't fail at first error in config.yaml. Allow parsing continuation.
- - [ ] refactor cryptdevice and iso_file
- - [x] common trait between both
- - [ ] mode to handle those mounts. ATM it's all over the place...
- - [ ] allow mounting some other devices
- - [ ] list non mounted devices, list all mount points
- - [ ] act on them
- [ ] update the animation
- [ ] exec multiple flagged files
- [ ] shell menu
@@ -486,14 +489,11 @@ New view: Tree ! Toggle with 't', fold with 'z'. Navigate normally.
- [ ] optionable "plugin" started from config file. Would require every option to be `Option<Plugin>` and may cause problems with the borrow checker.
- [ ] edit folder like a buffer [oil like](https://github.com/stevearc/oil.nvim)
- [ ] allow pipe in execution
- - [ ] search in preview or in help
- - [x] Preview more filetypes - inspired by ranger
- - [x] preview SVG like [ranger](https://github.com/ranger/ranger/pull/2537/files) does
- - [x] preview font with fontimage like [ranger](https://github.com/ranger/ranger/blob/46660c277c2ceb7c7c41ffce794d68f8f559030f/ranger/data/scope.sh#L207-L225)
- - [x] preview doc with pandoc or odt2txt [ranger](https://github.com/ranger/ranger/blob/46660c277c2ceb7c7c41ffce794d68f8f559030f/ranger/data/scope.sh#L84-L93)
- - [x] preview notebooks
- - [x] mocp go to song: `mocp -Q %file` with alt+enter (lack of a better keybinding)
- - [x] display openers in help
+ - [ ] refactor cryptdevice and iso_file
+ - [ ] mode to handle those mounts. ATM it's all over the place...
+ - [ ] allow mounting some other devices
+ - [ ] list non mounted devices, list all mount points
+ - [ ] act on them
- [ ] sub window / menu for completion / selection.