A Rust-based file system terminal that reimagines file interaction through SQL-like commands.

command-line commandline directory file filesystem parser rust sql systems-programming terminal windows
5 Open Issues Need Help Last updated: Jul 30, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 4/5
bug help wanted

A Rust-based file system terminal that reimagines file interaction through SQL-like commands.

Rust
#command-line#commandline#directory#file#filesystem#parser#rust#sql#systems-programming#terminal#windows

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.

Complexity: 3/5
enhancement help wanted good first issue

A Rust-based file system terminal that reimagines file interaction through SQL-like commands.

Rust
#command-line#commandline#directory#file#filesystem#parser#rust#sql#systems-programming#terminal#windows
Auto-complete Commands about 1 month ago

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.

Complexity: 3/5
enhancement good first issue

A Rust-based file system terminal that reimagines file interaction through SQL-like commands.

Rust
#command-line#commandline#directory#file#filesystem#parser#rust#sql#systems-programming#terminal#windows
documentation help wanted good first issue

A Rust-based file system terminal that reimagines file interaction through SQL-like commands.

Rust
#command-line#commandline#directory#file#filesystem#parser#rust#sql#systems-programming#terminal#windows
Linux / Unix Integration about 1 month ago
enhancement help wanted good first issue

A Rust-based file system terminal that reimagines file interaction through SQL-like commands.

Rust
#command-line#commandline#directory#file#filesystem#parser#rust#sql#systems-programming#terminal#windows