Skip to content

vodik/pacrat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

pacrat - package config manager using libalpm

SYNOPSIS

Usage: pacrat <operation> [ options ]

DESCRIPTION

pacrat is a simple tool to manage configuration files known to libalpm. It make local copies of modified system configuration files and pushes locally stored copies back onto the system. When combined with a source control system this tool allows for efficient management, storage, and visioning of system wide configuration files.

OPERATIONS

-l, --list

List all modified configuration files libalpm tracks.

OPTIONS

-c, --color[=WHEN]

Use colored output. WHEN is `always' or `auto'. Color will be disabled in a pipe unless WHEN is set to always.

AUTHOR

Daniel Wallace <gtmanfred@gmail.com>

Simon Gomizelj <simongmzlj@gmail.com>