1. 21 May, 2021 1 commit
  2. 05 Mar, 2020 1 commit
    • Marc Cornellà's avatar
      shrink-path: added glob and quote options (#7694) · 2f345a3d
      Marc Cornellà authored
      
      
      * Added -g option to shrink-path plugin.
      
      The new optins adds an asterix to the uniquely shortened name, such
      that, if copy'n'pasted, zsh globbing will expand to the full path name
      of the shortened path:
      
      shrink-path -g:
      "/net/software/modules/modulefiles" -> "/n*/s*/modules/m*"
      
      shrink-path -l -g:
      "/net/software/modules/modulefiles" -> "/n*/s*/modules/modulefiles"
      
      * Updated also the README file with the new -g option.
      
      * shrink-path: improved handling of special cases
      
      This commits improves the handling of special cases in path strings:
      
      - handling of white space in path names
      - handling of single-letter path names
      
      * Update plugins/shrink-path/README.md
      Co-Authored-By: default avatarJacob Tomaw <jacob.tomaw@gmail.com>
      
      * Fix typo "Asterix" and replace with "asterisk"
      
      * Add optional quoting support to shrink_path
      Co-authored-by: default avatarJacob Tomaw <jacob.tomaw@gmail.com>
      2f345a3d
  3. 02 Mar, 2020 1 commit
  4. 07 Aug, 2018 1 commit
    • Janosch Schwalm's avatar
      use https everywhere (#6574) · 19b925e7
      Janosch Schwalm authored
      * use https everywhere
      
      * use https links on the files that are left
      
      Also, removed some broken links and updated redirections.
      19b925e7
  5. 26 May, 2018 3 commits
  6. 17 May, 2018 1 commit
  7. 11 Aug, 2016 1 commit