Browse Source

macos: ++p7zip

master
Maxim Likhachev 5 years ago committed by Maxim Likhachev
parent
commit
ed1ec04c5d
  1. 1
      README.md
  2. 1
      roles/macos/vars/main.yml

1
README.md

@ -74,6 +74,7 @@ $ make @@ -74,6 +74,7 @@ $ make
- [nnn](https://github.com/jarun/nnn) - Tiny, lightning fast, feature-packed file manager.
- [ntfs-3g](https://www.tuxera.com/community/open-source-ntfs-3g/) - Read-write NTFS driver for FUSE.
- [osxfuse](https://osxfuse.github.io/) - FUSE for MacOS.
- [p7zip](https://p7zip.sourceforge.io/) - 7-Zip (high compression file archiver) implementation
- [polar-bookshelf](https://getpolarized.io/) - Document manager for web pages, textbooks, PDFs, etc.
- [qlcolorcode](https://github.com/anthonygelibert/QLColorCode) - QuickLook plugin for source code with syntax highlighting.
- [qlmarkdown](https://github.com/toland/qlmarkdown) - QuickLook generator for Markdown files.

1
roles/macos/vars/main.yml

@ -45,6 +45,7 @@ apps_brew: @@ -45,6 +45,7 @@ apps_brew:
- nnn # https://github.com/jarun/nnn Tiny, lightning fast, feature-packed file manager.
- ntfs-3g # https://www.tuxera.com/community/open-source-ntfs-3g/ Read-write NTFS driver for FUSE.
# - osquery # https://osquery.io SQL powered operating system instrumentation and analytics.
- p7zip # https://p7zip.sourceforge.io/ 7-Zip (high compression file archiver) implementation
- ripgrep # https://github.com/BurntSushi/ripgrep Search tool like grep and The Silver Searcher.
- shellcheck # https://www.shellcheck.net/ Static analysis and lint tool, for (ba)sh scripts.
- tig # https://jonas.github.io/tig/ Text interface for Git repositories.

Loading…
Cancel
Save