All Projects → Kentzo → Git Archive All

Kentzo / Git Archive All

Licence: mit
A python script wrapper for git-archive that archives a git superproject and its submodules, if it has any. Takes into account .gitattributes

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Git Archive All

Singlefile
Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file
Stars: ✭ 4,417 (+1362.58%)
Mutual labels:  cli, archive
Singlefilez
Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a self-extracting HTML/ZIP polyglot file
Stars: ✭ 882 (+192.05%)
Mutual labels:  cli, archive
Humblebundle Downloader
Download you Humble Bundle Library
Stars: ✭ 213 (-29.47%)
Mutual labels:  cli, archive
Travis Watch
Stream live travis test results of the current commit to your terminal!
Stars: ✭ 294 (-2.65%)
Mutual labels:  cli
Lev
The complete REPL & CLI for managing LevelDB instances.
Stars: ✭ 295 (-2.32%)
Mutual labels:  cli
Circleci Cli
Use CircleCI from the command line
Stars: ✭ 297 (-1.66%)
Mutual labels:  cli
Spotui
Spotify in the terminal 💻🎶
Stars: ✭ 302 (+0%)
Mutual labels:  cli
Sync
syncs your local folder with remote folder using scp
Stars: ✭ 293 (-2.98%)
Mutual labels:  cli
Scmpuff
🔢 Numeric file shortcuts for common git commands
Stars: ✭ 299 (-0.99%)
Mutual labels:  cli
Ghb0t
A GitHub Bot to automatically delete your fork's branches after a pull request has been merged.
Stars: ✭ 295 (-2.32%)
Mutual labels:  cli
Trubka
A CLI tool for Kafka
Stars: ✭ 296 (-1.99%)
Mutual labels:  cli
Aws Gate
Better AWS SSM Session manager CLI client
Stars: ✭ 294 (-2.65%)
Mutual labels:  cli
Define
A command-line dictionary (thesaurus) app, with access to multiple sources, written in Go.
Stars: ✭ 298 (-1.32%)
Mutual labels:  cli
Sentences
A multilingual command line sentence tokenizer in Golang
Stars: ✭ 293 (-2.98%)
Mutual labels:  cli
Mnamer
media file renamer and organizion tool
Stars: ✭ 299 (-0.99%)
Mutual labels:  cli
Tmuxp
💻 tmux session manager. built on libtmux
Stars: ✭ 3,269 (+982.45%)
Mutual labels:  cli
Torrentflix
Nodejs cli app to search torrent sites and stream using peerflix
Stars: ✭ 298 (-1.32%)
Mutual labels:  cli
Mech
Easy command line virtual machines for VMWare
Stars: ✭ 294 (-2.65%)
Mutual labels:  cli
Argparse
Argparse for golang. Just because `flag` sucks
Stars: ✭ 294 (-2.65%)
Mutual labels:  cli
Chepy
Chepy is a python lib/cli equivalent of the awesome CyberChef tool.
Stars: ✭ 295 (-2.32%)
Mutual labels:  cli

| |pypi| |homebrew| | |implementations| |versions| | |travis| |coverage|

.. |pypi| image:: https://img.shields.io/pypi/v/git-archive-all.svg :target: https://pypi.python.org/pypi/git-archive-all :alt: PyPI .. |homebrew| image:: https://img.shields.io/homebrew/v/git-archive-all.svg :target: https://formulae.brew.sh/formula/git-archive-all :alt: Homebrew .. |versions| image:: https://img.shields.io/pypi/pyversions/git-archive-all.svg :target: https://pypi.python.org/pypi/git-archive-all :alt: Supported Python versions .. |implementations| image:: https://img.shields.io/pypi/implementation/git-archive-all.svg :target: https://pypi.python.org/pypi/git-archive-all :alt: Supported Python implementations .. |travis| image:: https://travis-ci.org/Kentzo/git-archive-all.svg?branch=master :target: https://travis-ci.org/Kentzo/git-archive-all :alt: Travis .. |coverage| image:: https://codecov.io/gh/Kentzo/git-archive-all/branch/master/graph/badge.svg :target: https://codecov.io/gh/Kentzo/git-archive-all/branch/master :alt: Coverage

Archive a repository with all its submodules.

::

git-archive-all [-v] [-C BASE_REPO] [--prefix PREFIX] [--no-export-ignore] [--force-submodules] [--include EXTRA1 ...] [--dry-run] [-0 | ... | -9] OUTPUT_FILE

Options:

  --version             show program's version number and exit

  -h, --help            show this help message and exit

  -v, --verbose         enable verbose mode

  --prefix=PREFIX       prepend PREFIX to each filename in the archive;
                        defaults to OUTPUT_FILE name

  -C BASE_REPO          use BASE_REPO as the main git repository to archive;
                        defaults to the current directory when empty

  --no-export-ignore    ignore the [-]export-ignore attribute in .gitattributes

  --force-submodules    force `git submodule init && git submodule update` at
                        each level before iterating submodules

  --include=EXTRA       additional files to include in the archive

  --dry-run             show files to be archived without actually creating the archive

Questions & Answers

| Q: How to exclude files? | A: Mark paths you want to exclude in the .gitattributes file with the export-ignore attribute. Read more on git-scm.com <https://git-scm.com/docs/gitattributes#_code_export_ignore_code>_.

| Q: What about non-unicode filenames? | A: All filenames that particular version of Python can represent and handle are supported. Extra [en|de]coding is done where appropriate.

Support

If functional you need is missing but you're ready to pay for it, feel free to contact me <mailto:[email protected]?subject=git-archive-all>_. If not, create an issue anyway, I'll take a look as soon as I can.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].