nana icon indicating copy to clipboard operation
nana copied to clipboard

Experimental GUI version of Nushell

Results 6 nana issues
Sort by recently updated
recently updated
newest added

Thank you for developing such an extraordinary project like nushell. The main benefit of nushell for me is its structured output and terminal emulator which extends this idea further is...

- [ ] click on filenames to cd or open them if they are a directory or file (respectively) - [ ] ctrl+click or shift+click to select more than one...

It's a bit hard for people who aren't experienced with Rust to try Nana out. It would be nice if we could build executables+installers in GitHub Actions and publish them...

this is a rebase of my previous work on https://github.com/nushell/nana/pull/32. just opening for discussion/future consideration.

Not entirely sure what is the exact issue here, but `open large_file.txt` blocks rendering, and also slows down the typing experience by quite a bit. Once the precise issue is...

on macos, the input box where you type want to auto-capitalize at the start of each box. previously i disabled this with @rgwood's advice of `autocapitalize='none'` and it worked with...

bug