Releases: Matto58/explshell
Releases · Matto58/explshell
expl version 0.20
internationalisation update!!
- made non-builtin commands executable
- made config.yaml basically global (moved it to ~/.expl/config.yaml)
- fixed ls reading from the wrong directory when trying to get the file/dir info
- added multi-language support
- added czech
expl version 0.11
color update!!
- added colors class to config with these keys: aboutBG, aboutFG, lsDir, lsFile, user, path
- added --primitive switch to about command
- added more stuff to about command
- fixed cd not outputting the current path when no arguments were passed
- replaced misc->showAboutOnStart key with startupCommands key
- made the about command have a background too
expl version 0.10
first release!!
- new commands: about, cd, clear, echo, err, exit, ls
- new config keys:
- misc: showAboutOnStart
- prompt: separator, showPath, showPrevCmdExitCode, showUser