Skip to content
Snippets Groups Projects
  1. Apr 05, 2015
  2. Dec 14, 2014
    • Yorhel's avatar
      Minor fixes to new shell feature · 777db9a5
      Yorhel authored
      The check for the system() exit status is slightly problematic, because
      bash returns the status code of the last command it executed. I've set
      it to only check for status code 127 now (command not found) in order to
      at least provide a message when the $SHELL command can't be found. This
      error can still be triggered when executing a nonexistant command within
      the shell and then exiting.
      777db9a5
    • Thomas Jarosch's avatar
      Add ability to spawn shell · a25e5f80
      Thomas Jarosch authored
      
      Key 'b' in the browse window spawns a shell in the current directoy.
      
      We first check the $SHELL environment variable of the user for the preferred
      shell interpreter. If it's not set, we fall back to the compile time
      configured default shell (usually /bin/bash).
      
      Signed-off-by: default avatarThomas Jarosch <thomas.jarosch@intra2net.com>
      a25e5f80
  3. Aug 03, 2014
  4. Apr 13, 2014
  5. Jan 22, 2014
  6. Aug 23, 2013
  7. Jul 23, 2013
  8. Jun 05, 2013
  9. May 09, 2013
  10. Apr 25, 2013
  11. Apr 12, 2013
  12. Apr 10, 2013
  13. Mar 09, 2013
  14. Mar 07, 2013
  15. Jan 18, 2013
  16. Jan 13, 2013
  17. Nov 22, 2012
  18. Sep 27, 2012
Loading