Skip to main content

UNKNOWN

Project description

TarMan

This is archive manager with curses interface. Have you ever wanted to create an archive quickly without using help pages in the process for all the command line switches? Well here comes the tarman, it has only two command line options:

  • –help or

  • path to archive or directory

At first it was meant to be only for tar archives (hence the name), but support for other archives does not hurt. Dependencies are:

  • libarchive

  • Python 2.7 (or Python 2.6)

It supports archives that are manageable with libarchive.

For now it supports:

  • file browser

  • one-level browsing of supported archives

  • extraction of files

  • create archive option

Install from PYPI

pip install tarman

Usage

bin/tarman some/directory/

Key bindings

Key bindings are listed in HELP window, you can access it by pressing h or ? key.

Browser window key bindings:
  • c - create archive from selected files

  • e - extract selected files

  • h/?/F1 - help window

  • LEFT/BACKSPACE - go one directory up

  • q - quit

  • RIGHT/ENTER - go in to directory or archive

  • SPACE - select and unselect files

  • UP/DOWN - move up or down in browser

Overlay window key bindings:
  • ENTER - confirm/ok

  • ESC - cancel/close

Install of development version

It is very recommended to install it to virtualenv.

git clone git://github.com/matejc/tarman.git
virtualenv --no-site-packages tarman
cd tarman/
bin/pip install .

Development

git clone git://github.com/matejc/tarman.git
virtualenv --no-site-packages tarman
cd tarman/
bin/python setup.py develop

Changelog

0.1.2 (2013-08-13)

  • Fix corrupted file name crash - ignore those files

  • Switch to python-libarchive lower level api for better control [Matej Cotman]

0.1.1 (2013-06-18)

  • Fix test failures

  • Fixed unicode issues

  • Add tests for unicode file names

  • Re-organize readme

  • Additional classifiers [Matej Cotman]

0.1 (2013-06-17)

  • Initial release [Matej Cotman]

BSD 2-Clause License

Copyright (c) 2013, Matej Cotman All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tarman-0.1.2.zip (27.1 kB view details)

Uploaded Source

File details

Details for the file tarman-0.1.2.zip.

File metadata

  • Download URL: tarman-0.1.2.zip
  • Upload date:
  • Size: 27.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for tarman-0.1.2.zip
Algorithm Hash digest
SHA256 99cb060da4fc60885d0b82da3584c507b77c5c72334021414db6327bff240bc5
MD5 e1e4376d89c7c8abe6d6ae73b5335c59
BLAKE2b-256 8a9259f7e567c690b52c26048c2a6a8178667f8a4c2c5a3061f7fb4992946bcd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page