An error occurred fetching the project authors.
  1. 31 Jul, 2017 2 commits
  2. 03 Jul, 2017 1 commit
  3. 01 Jul, 2017 6 commits
  4. 28 Jun, 2017 2 commits
  5. 27 Jun, 2017 2 commits
  6. 25 Jun, 2017 1 commit
  7. 23 Jun, 2017 3 commits
  8. 17 Jun, 2017 1 commit
  9. 14 Jun, 2017 1 commit
  10. 13 Jun, 2017 2 commits
    • Kazushi (Jam) Marukawa's avatar
      Modified little bit to allow users to choose extra information. · e33561ba
      Kazushi (Jam) Marukawa authored
      Usage is like below.
      
      ```
      $ crew search vi
      (i) vim: Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient.
      (i) vidstab: Transcode video stabilization plugin.
      vifm: Vifm is an ncurses based file manager with vi like keybindings/modes/options/commands/configuration, which also borrows some useful ideas from mutt.
      (i) libxvid: The free video codec that is strong in compression and quality.
      neovim: Neovim is a refactor, and sometimes redactor, in the tradition of Vim (which itself derives from Stevie).
      $ crew search vi extra
      (i) vim: Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient.
      http://www.vim.org/
      version 8.0-1
      (i) vidstab: Transcode video stabilization plugin.
      http://public.hronopik.de/vid.stab/
      version 0.98b
      vifm: Vifm is an ncurses based file manager with vi like keybindings/modes/options/commands/configuration, which also borrows some useful ideas from mutt.
      https://vifm.info/
      version 0.8.2
      (i) libxvid: The free video codec that is strong in compression and quality.
      https://www.xvid.com/
      version 1.3.4
      neovim: Neovim is a refactor, and sometimes redactor, in the tradition of Vim (which itself derives from Stevie).
      https://neovim.io/
      version 0.1.7
      $ crew search ^vim$ extra
      (i) vim: Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient.
      http://www.vim.org/
      version 8.0-1
      ```
      e33561ba
    • Casey Strouse's avatar
      Refactor search logic to support regex · 6918a2c4
      Casey Strouse authored
      `crew search` use to only return a single result if your query string
      matched a package name exactly.
      
      `crew search` now supports regex.
      
      chronos@localhost / $ crew search ^lib
      Found libpcap, version 1.8.1
      Found libjpeg, version 9.1
      Found libunwind, version 1.1
      Found libxslt, version 1.1.28
      Found libffi, version 3.0.13-1
      Found libssh2, version 1.4.3
      Found libtool, version 2.4.6
      Found libpipeline, version 1.4.1
      Found libevent, version 2.0.22
      Found libxml2, version 2.9.2
      Found libgd, version 2.0.33
      Found libtiff, version 4.0.7
      Found libpng, version 1.6.26
      Found libsigsegv, version 2.10
      6918a2c4
  11. 11 Jun, 2017 1 commit
  12. 10 Jun, 2017 1 commit
  13. 08 Jun, 2017 2 commits
  14. 01 Jun, 2017 1 commit
  15. 25 May, 2017 1 commit
  16. 23 May, 2017 1 commit
    • Ed Reel's avatar
      Add help command · 6c483710
      Ed Reel authored
        - Provide information about usage for each command
        - Update README.md to add commands and correct grammar
      6c483710
  17. 18 May, 2017 1 commit
    • Ed Reel's avatar
      Fix no implicit conversion of nul into String error · 0b2ee222
      Ed Reel authored
        - Fix /usr/local/bin/crew:67:in `+': no implicit conversion of nil into
          String (TypeError) with 'crew build', 'crew install' and 'crew install'
          commands if no package is provided.
        - Fix notice 'Package  isn't installed.' with 'crew remove' if no package is provided.
      0b2ee222
  18. 12 May, 2017 1 commit
  19. 09 May, 2017 1 commit
  20. 07 May, 2017 3 commits
  21. 23 Apr, 2017 1 commit
  22. 15 Apr, 2017 1 commit
  23. 13 Apr, 2017 1 commit
  24. 11 Apr, 2017 2 commits
  25. 10 Mar, 2017 1 commit