A lightweight, make new tab like terminal and add your custom commands and more.
- Open stored URLs with keywords
- Add and remove custom URL shortcuts
- Search with DuckDuckGo (default), change to your favorite search engine
- Export and import your config
- Search in bookmarks
- add custom alias
- customize your eTerminal tab via config
- No data is stored; everything is client-side only
Displays the full list of available commands.
Clears the terminal output.
Opens a stored URL using the given keyword.
Example:
open github
Stores a custom URL that can be opened later with the specified keyword.
Example:
newurl github https://github.com
Lists all saved URL commands.
Creates a shortcut for any command.
Example:
alias yt="open https://www.youtube.com"
Removes a saved command or URL keyword.
Displays all saved bookmarks.
Use -s
to search bookmarks.
Allows updating your configuration (e.g., background, theme).
Exports the current configuration as JSON.
Imports a previously exported configuration file.
Performs a web search:
-g
= Google-d
= DuckDuckGo-s
= Startpage
Example:
search -g best js frameworks