elna/TODO

24 lines
645 B
Plaintext
Raw Normal View History

2024-02-25 15:16:19 +01:00
# Completion
- Configure fzf to show only the current directory files
2024-02-22 21:29:25 +01:00
- Support multiple selections for insertion in fzf.
- Don't hardcode fzf binary path.
- Send the word under the cursor to fzf as initial input.
- Home directory expansion.
2024-02-25 15:16:19 +01:00
- Show files in the PATH if starting at the beginning of the prompt
# Appearance
- Add a bar with additional information under the prompt (edit_bar), like the hostname.
- Show current time in the prompt.
# Input
- DEL handling.
- Starting long running process and killing it with Ctrl-C kills the shell.
# Other
- Persist the history.
- Replace hard coded ANSI codes with constants or functions.