bloatrc.sample

来自「Bloat is a basic Perl script to allow yo」· SAMPLE 代码 · 共 62 行

SAMPLE
62
字号
## Lang - What language should bloat use?# Valid values are "de", "en", "es", "fi", "nl", and "se".lang = en## DontPrefixOutput - if TRUE, bloat won't print a red, bold "BLOAT: " before#  everything. Which can get annoying.#dontprefixoutput = FALSE## Verbose - if TRUE, bloat will act as if it has had "--verbose" passed to it#  constantly#verbose = FALSE## Nowarn - if TRUE bloat will not warn you if it can not find utilities.#  It is HIGHLY recommended that you leave this as false#nowarn = FALSE## CheckForSubdirs - If FALSE bloat will not check for subdirectores by default#  - if you deal with a lot of large Tar-based or Zip-based archives, I would#  recommend setting this to FALSE.#checkforsubdirs = TRUE## GoForTar - If TRUE, instead of erring on the side of caution, bloat will#  use "tar" straight away on ambigous files.#  It is safe to do this, just could get annoying.#gofortar = FALSE## DontUseMimeTypeDetection - If TRUE, MIME-type detection will not be performed,#  essentially falling back to failing with an error if the filetype cannot#  be determined by the filename.#dontusemimetypedetection = FALSE## Locations for Utilities#  This section follows the basic format of "location.[utilityname]"; valid#  names are any utilities used within bloat.#  If these set utilities are not found, stanard procedure will occur - testing#  common locations, etc.## location.7za        = 7za# location.ar         = ar# location.bunzip2    = bunzip2# location.cat        = cat# location.file       = file# location.gunzip     = gunzip# location.lha        = lha# location.msexpand   = msexpand# location.pax        = pax# location.rpm2cpio   = rpm2cpio# location.tar        = tar# location.unace      = unace# location.unarj      = unarj# location.umod       = umod# location.unrar      = unrar# location.unzip      = unzip# Generated on 2005-1-23 by makeconfig.pl v1.2 (designed for bloat 1.5)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?