Skip to content
Snippets Groups Projects
  1. Feb 27, 2016
    • Derek Stavis's avatar
      Implement safe shell reloading inside omf plugin · a64d1acf
      Derek Stavis authored
      This commit adds an improved reload code for Oh My Fish, besides
      saving the history now the reloading technique keeps directory
      history and stack and clears fish_greeting, for a transparent
      transition.
      
      The reloading code is now safe regarding to background jobs. exec
      wipes fish job control, so the user-facing code under the (just-
      introduced by this commit) `omf reload`, and usages under
      `omf remove` and `omf update` are now kept safe by a warning.
      
      Recap of the commit:
      - Add improved reload code (omf.reload)
      - Add a safe reload code (omf.cli.reload)
      - Add `omf reload` command
      a64d1acf
  2. Feb 24, 2016
    • dekestavis@gmail.com's avatar
      Merge branch 'cli-completions' into 'master' · a188b7b0
      dekestavis@gmail.com authored
      Improve OMF CLI completions
      
      This is in response to an issue we had on the original repository.
      It's been some time since I did the actual work, so a double check would be nice.
      
      + Completions for `remove`
      + `cd` and `install` show both plugins and themes
      + `theme` shows only installed themes
      
      See merge request !1
      a188b7b0
  3. Feb 23, 2016
  4. Feb 06, 2016
  5. Jan 26, 2016
  6. Jan 25, 2016
  7. Jan 21, 2016
  8. Jan 20, 2016
  9. Jan 19, 2016
  10. Jan 16, 2016
  11. Jan 15, 2016
  12. Jan 14, 2016
  13. Jan 13, 2016
  14. Jan 10, 2016
    • Derek Stavis's avatar
      Reorganize `omf` plugin structure · 49dda5c2
      Derek Stavis authored
      This updates omf plugin to new architecture, moving
      functions to `functions` directory. It also revamps the
      separation of concerns between CLI and underlying
      implementations, organizing them into directories,
      whose are autoloaded in plugin startup.
      49dda5c2
  15. Jan 05, 2016
  16. Jan 04, 2016
  17. Jan 03, 2016