Releases: hasderhi/novaShell
novaShell 1.0.1
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.
Changes
- Added dedicated installer file
Features in v1.0.1
-
Tab Autocomplete
Quickly complete commands using shortcuts (e.g.,v→ver,p→pwd). -
Linux Aliases
Use common Linux commands likels,clr, orpwd– automatically converted to Windows equivalents. -
Improved Command History
- Use
↑/↓arrow keys to navigate your history. nvs-historyoutputs the full command history.
- Use
-
Colored Output
Easier to read terminal responses with enhanced formatting. -
Internal Commands
Added built-in commands likenvs-help,nvs-history, andnvs-about.
Installation
Automatic
- Download the installer from below.
- Start the .exe.
- Follow the instructions in the installer.
Manual
- Download the latest release from below.
- Extract the
.zipfile and compile the app yourself. (Optional) - 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
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.
Features in v1.0.0
-
Tab Autocomplete
Quickly complete commands using shortcuts (e.g.,v→ver,p→pwd). -
Linux Aliases
Use common Linux commands likels,clr, orpwd– automatically converted to Windows equivalents. -
Improved Command History
- Use
↑/↓arrow keys to navigate your history. nvs-historyoutputs the full command history.
- Use
-
Colored Output
Easier to read terminal responses with enhanced formatting. -
Internal Commands
Added built-in commands likenvs-help,nvs-history, andnvs-about.
Installation
- Download the latest release from below
- Extract the
.zipfile and compile the app yourself. (Optional) - 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.