-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Currently forms are handled in a Picker with the second column set to editable. This works but we should have dedicated form handling which makes things easier to use.
Once we have a method for form handling we will be able to use this to improve a lot of the user-input that is currently handled in neovim.
Current forms that use a Picker:
- Change options
- Modify torrent files
- Change filename
Currently handled in neovim:
- Add download
- Edit aria2tui config
- Edit aria2c config
We still want to allow downloads to be added in neovim as the forms I am envisioning will not be appropriate for bulk-adding downloads.
We also want to support presets somehow. This will allow users to save download presets so that when they add a download they can load the previously saved preset of their choice.