Skip to content

Commit

Permalink
Add start to output package
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Jul 14, 2019
1 parent 5d66c58 commit b1fd959
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

29 changes: 29 additions & 0 deletions output/fmt.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
package output

// TODO: Output writer that looks somthing like
//
// source: /home/.local/etc
// install: /home/.config
//
// [=> base] -- bash/bashrc
// [=> composed] -- bash/environment
// -> composing from base and machines/desktop groups
// [=> removed] -- bash/bad-filemulti
// [=> compiled] -- bash/complex
// -> ignoring configs in base and common/work due to override
// -> override file present in common/work-vm
// -> composing from machines/crunchydev (spliced at common/work-vm:22)
//
// [=> install script] base/bash.install
// -> triggered by base/bash/bashrc
// -> triggered by base/bash/environment

// CLI Interfaceo

// dots {config, install, diff, files, help}

// dots install [filter...]
// dots diff [filter...]
// dots files [filter...]

// dots config {profiles, groups, use, override}

0 comments on commit b1fd959

Please sign in to comment.