Skip to content

novaShell 1.0.1

Latest

Choose a tag to compare

@hasderhi hasderhi released this 20 Jul 15:39

novaShell v1.0.1

novaShell – a Windows terminal wrapper written in C, designed to enhance your command-line experience with tab autocomplete, Linux-style aliases, and improved usability.

C Language Windows Version License


Changes

  • Added dedicated installer file

Features in v1.0.1

  • Tab Autocomplete
    Quickly complete commands using shortcuts (e.g., vver, ppwd).

  • Linux Aliases
    Use common Linux commands like ls, clr, or pwd – automatically converted to Windows equivalents.

  • Improved Command History

    • Use / arrow keys to navigate your history.
    • nvs-history outputs the full command history.
  • Colored Output
    Easier to read terminal responses with enhanced formatting.

  • Internal Commands
    Added built-in commands like nvs-help, nvs-history, and nvs-about.


Installation

Automatic

  1. Download the installer from below.
  2. Start the .exe.
  3. Follow the instructions in the installer.

Manual

  1. Download the latest release from below.
  2. Extract the .zip file and compile the app yourself. (Optional)
  3. Run the novaShell.exe.

Known Limitations

  • Command history is cleared when the terminal is closed.
  • Only a limited set of autocomplete shortcuts and aliases are implemented in this version.

Roadmap

  • Persistent history across sessions.
  • Custom color themes.
  • C++ standalone GUI version.
  • User-defined plugins for extending functionality.