Open Issues Need Help
View All on GitHubAI Summary: Fix the broken native shell command execution within the Rust-based file system terminal, dir2. The issue stems from the current implementation of raw input interfering with commands like `git commit -m ""`. A solution needs to be found to allow seamless execution of native shell commands without conflicts.
A Rust-based file system terminal that reimagines file interaction through SQL-like commands.
AI Summary: Implement text keyboard shortcuts (Ctrl+Left/Right for word navigation, Ctrl+Shift+Left/Right for text selection, delete selected text, Ctrl+X/C/V for cut/copy/paste, and optionally Up/Down for command history cycling) in a Rust-based file system terminal's raw input handling (`raw_input.rs`). The current autocomplete is non-contextual and only supports Ctrl+Backspace for clearing a word.
A Rust-based file system terminal that reimagines file interaction through SQL-like commands.
AI Summary: Implement command autocompletion for a Rust-based file system terminal that uses SQL-like commands. This involves adding functionality to suggest commands as the user types, improving the user experience and making the terminal more user-friendly.
A Rust-based file system terminal that reimagines file interaction through SQL-like commands.
A Rust-based file system terminal that reimagines file interaction through SQL-like commands.
A Rust-based file system terminal that reimagines file interaction through SQL-like commands.