Skip to content

Releases: Matto58/explshell

expl version 0.20

05 Nov 14:49
Compare
Choose a tag to compare

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

03 Nov 16:44
Compare
Choose a tag to compare

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

03 Nov 15:41
Compare
Choose a tag to compare

first release!!

  • new commands: about, cd, clear, echo, err, exit, ls
  • new config keys:
    • misc: showAboutOnStart
    • prompt: separator, showPath, showPrevCmdExitCode, showUser