Skip to content

Commit

Permalink
πŸ“ Vifm: Tarball extraction choices
Browse files Browse the repository at this point in the history
  • Loading branch information
MidHunterX committed Jan 22, 2025
1 parent f366ad9 commit ea5cd75
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .config/vifm/vifmrc
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,14 @@ fileviewer {*.torrent},<application/x-bittorrent>
filetype {*.tar,*.tar.bz2,*.tbz2,*.tgz,*.tar.gz,*.tar.xz,*.txz,*.tar.zst,
\*.tzst},
\<application/x-tar>
\ {tar - Extract}
\ tar -xzvf %f,
\ {tar - Extract tarball .tar}
\ tar -xf %f,
\ {tar - Extract gzipped .tar.gz}
\ tar -zxf %f,
\ {tar - Extract bzipped .tar.bz2}
\ tar -jxf %f,
\ {tar - Extract xzipped .tar.xz}
\ tar -Jxf %f,
\ {Mount with archivemount}
\ FUSE_MOUNT|archivemount %SOURCE_FILE %DESTINATION_DIR,
fileviewer *.tgz,*.tar.gz tar -tzf %c
Expand Down

0 comments on commit ea5cd75

Please sign in to comment.