Skip to content

Releases: hasderhi/novaShell

novaShell 1.0.1

20 Jul 15:39

Choose a tag to compare

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.

novaShell 1.0.0

20 Jul 14:57

Choose a tag to compare

novaShell v1.0.0 – First Official Release

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


Features in v1.0.0

  • 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

  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.