{"id":13646657,"url":"https://github.com/HKey/dired-atool","last_synced_at":"2025-04-21T21:31:07.705Z","repository":{"id":48939539,"uuid":"49944653","full_name":"HKey/dired-atool","owner":"HKey","description":"Pack/unpack files with atool on dired.","archived":false,"fork":false,"pushed_at":"2021-07-19T04:07:10.000Z","size":32,"stargazers_count":10,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-09T20:37:45.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HKey.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-19T10:20:01.000Z","updated_at":"2024-01-10T05:52:28.000Z","dependencies_parsed_at":"2022-09-24T00:22:24.129Z","dependency_job_id":null,"html_url":"https://github.com/HKey/dired-atool","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HKey%2Fdired-atool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HKey%2Fdired-atool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HKey%2Fdired-atool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HKey%2Fdired-atool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HKey","download_url":"https://codeload.github.com/HKey/dired-atool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250136670,"owners_count":21380875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T01:03:02.188Z","updated_at":"2025-04-21T21:31:07.439Z","avatar_url":"https://github.com/HKey.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"# dired-atool\n\n[![Build Status](https://travis-ci.org/HKey/dired-atool.svg?branch=master)](https://travis-ci.org/HKey/dired-atool)\n[![MELPA](https://melpa.org/packages/dired-atool-badge.svg)](https://melpa.org/#/dired-atool)\n[![MELPA Stable](https://stable.melpa.org/packages/dired-atool-badge.svg)](https://stable.melpa.org/#/dired-atool)\n\nDired-atool is an utility to pack/unpack files with [atool](http://www.nongnu.org/atool/) on dired.\n\n## Requirements\n\n- Emacs 24 or later\n\n## Installation\n\nYou can install dired-atool from [MELPA](https://melpa.org/#/) or\n[MELPA Stable](https://stable.melpa.org/#/) by following steps:\n\n1. Setup the Emacs built-in package manager to use MELPA or MELPA Stable.  \n   MELPA's documentation is [here](https://github.com/melpa/melpa#usage).\n\n2. Install dired-atool.  \n   `M-x package-install dired-atool`\n\n## Setup key bindings\n\nCall `dired-atool-setup` in your init.el like below:\n\n```emacs-lisp\n(dired-atool-setup)\n```\n\nor `M-x dired-atool-setup`.\n`dired-atool-setup` sets key bindings of `dired-mode-map` below:\n\n| key | command                 |\n|-----|-------------------------|\n| z   | `dired-atool-do-unpack` |\n| Z   | `dired-atool-do-pack`   |\n\nYou can also set key bindings manually like below:\n\n```emacs-lisp\n(require 'dired)\n\n(define-key dired-mode-map \"z\" #'dired-atool-do-unpack)\n(define-key dired-mode-map \"Z\" #'dired-atool-do-pack)\n```\n## Versioning\n\nThe versioning of dired-atool follows [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html).\n\n## Commands\n\n### `dired-atool-do-unpack`\n\nThis unpacks file(s) selected/marked on dired.\n\n### `dired-atool-do-unpack-to-current-dir`\n\nThis is an unpacking command like `dired-atool-do-unpack`.\nBut this always unpacks file(s) into the current directory.\n\n### `dired-atool-do-unpack-with-subdirectory`\n\nThis is an unpacking command like `dired-atool-do-unpack`.\nBut this makes subdirectories in the current directory and unpacks\nfiles into them.\n\n### `dired-atool-do-pack`\n\nThis packs file(s) selected/marked on dired.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHKey%2Fdired-atool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHKey%2Fdired-atool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHKey%2Fdired-atool/lists"}