coliru

A minimal, flexible, dotfile installer
git clone https://git.ashermorgan.net/coliru/
Log | Files | Refs | README

ModeNameSize
-rw-r--r--.editorconfig15L
-rw-r--r--.github/workflows/build-and-test.yml38L
-rw-r--r--.github/workflows/release.yml68L
-rw-r--r--.gitignore7L
-rw-r--r--CHANGELOG.md53L
-rw-r--r--Cargo.lock608L
-rw-r--r--Cargo.toml16L
-rw-r--r--README.md133L
-rw-r--r--examples/basic/bashrc1L
-rw-r--r--examples/basic/gitconfig6L
-rw-r--r--examples/basic/manifest.yml37L
-rw-r--r--examples/basic/script.bat2L
-rwxr-xr-xexamples/basic/script.sh3L
-rw-r--r--examples/basic/vimrc5L
-rw-r--r--examples/test/bashrc1L
-rw-r--r--examples/test/gitconfig1L
-rw-r--r--examples/test/invalid.yml7L
-rw-r--r--examples/test/manifest.yml33L
-rw-r--r--examples/test/scripts/foo1L
-rw-r--r--examples/test/scripts/script.bat3L
-rwxr-xr-xexamples/test/scripts/script.sh4L
-rw-r--r--examples/test/vimrc1L
-rw-r--r--src/cli.rs97L
-rw-r--r--src/core.rs181L
-rw-r--r--src/local.rs408L
-rw-r--r--src/main.rs15L
-rw-r--r--src/manifest.rs483L
-rw-r--r--src/ssh.rs459L
-rw-r--r--tests/.temp/ssh/.gitkeep3L
-rw-r--r--tests/basic.rs192L
-rw-r--r--tests/local.rs502L
-rw-r--r--tests/server/Dockerfile17L
-rw-r--r--tests/server/compose.yml13L
-rwxr-xr-xtests/server/entry.sh9L
-rw-r--r--tests/ssh.rs332L
-rw-r--r--tests/test_utils/mod.rs212L