dojang: A cross-platform dotfiles manager

[ configuration, gpl, library, program ] [ Propose Tags ]

See also the README.md file.


[Skip to Readme]

Modules

  • Dojang
    • Dojang.App
    • Dojang.Commands
      • Dojang.Commands.Apply
      • Dojang.Commands.Diff
      • Dojang.Commands.Env
      • Dojang.Commands.Init
      • Dojang.Commands.Reflect
      • Dojang.Commands.Status
    • Dojang.ExitCodes
    • Dojang.MonadFileSystem
    • Syntax
      • Dojang.Syntax.Env
      • Dojang.Syntax.EnvironmentPredicate
        • Dojang.Syntax.EnvironmentPredicate.Parser
        • Dojang.Syntax.EnvironmentPredicate.Writer
      • FilePathExpression
        • Dojang.Syntax.FilePathExpression.Parser
      • Manifest
        • Dojang.Syntax.Manifest.Internal
        • Dojang.Syntax.Manifest.Parser
        • Dojang.Syntax.Manifest.Writer
    • Types
      • Dojang.Types.Context
      • Dojang.Types.Environment
        • Dojang.Types.Environment.Current
      • Dojang.Types.EnvironmentPredicate
        • Dojang.Types.EnvironmentPredicate.Evaluate
        • Dojang.Types.EnvironmentPredicate.Specificity
      • Dojang.Types.FilePathExpression
        • Dojang.Types.FilePathExpression.Expansion
      • Dojang.Types.FileRoute
      • Dojang.Types.FileRouteMap
        • Dojang.Types.FileRouteMap.Evaluate
      • Dojang.Types.Manifest
      • Dojang.Types.MonikerMap
      • Dojang.Types.MonikerName
      • Dojang.Types.Repository
    • Dojang.Version
  • Options
    • Applicative
      • Options.Applicative.Path

Flags

Manual Flags

NameDescriptionDefault
static

Static link

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0
Change log CHANGES.md
Dependencies base (>=4.7 && <5), bytestring (>=0.11 && <0.13), case-insensitive (>=1.2.1.0 && <2), code-page (>=0.2 && <0.3), containers (>0), deepseq (>=1.4 && <2), Diff (>=0.4.1 && <0.6), directory (>=1.3.8 && <1.4), dojang (>0), extra (>=1.7 && <2), filepath (>=1.4.100 && <2), filepattern (>=0.1.3 && <2), fortytwo (>=2 && <2.1), hashable (>=1.4.2.0 && <2), megaparsec (>=9.3 && <9.4), monad-logger (>=0.3 && <0.4), mtl (>=2.3 && <3), optparse-applicative (>=0.17 && <0.19), parser-combinators (>=1 && <2), pretty-terminal (>=0.1 && <0.2), process (>=1.6 && <2), semver (>=0.4 && <0.5), text (>=2 && <3), text-show (>=3 && <4), toml-parser (>=1.3 && <2), unordered-containers (>=0.2.19.1 && <1) [details]
License GPL-3.0-or-later
Copyright © 2023 Hong Minhee
Author Hong Minhee <hong@minhee.org>
Maintainer Hong Minhee <hong@minhee.org>
Category Configuration
Home page https://dojang.dev/
Uploaded by hongminhee at 2023-11-25T15:58:36Z
Distributions
Executables dojang
Downloads 20 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2023-11-25 [all 2 reports]

Readme for dojang-0.1.0

[back to package description]

Available in other languages: 한국어.


Dojang: A cross-platform dotfiles manager

GPL 3.0 GitHub Actions Cirrus CI Codecov

Dojang is a cross-platform dotfiles manager. Here are some of the highlights:

  • Lightweight. It's built as a native executable, so it's easy to install and fast to run.
  • Cross-platform. It works on both the POSIX family and Windows.
  • Flexible. It keeps in mind that config files can be placed in different places or have different contents depending on the environment.
  • Safe. Every run can be previewed by simulating it in a sandbox environment with the --dry-run option.
  • Friendly. Error messages are friendly and print helpful hints or warnings.

For further information, see the docs:

Distributed under the GPL 3.0 or later.