Commit Graph

9 Commits

Author SHA1 Message Date
Will DeBerry dfa7e7bab6 Add snap support for ease of deployment 2017-08-12 22:22:22 -04:00
Benjamin Sago 22be5b047f Switch to an Ubuntu Vagrant image
The non-contrib Debian one doesn’t come with guest additions, meaning it used rsync instead of Virtualbox shared folders to sync files, meaning edits made in the VM didn’t get propogated back to the host, meaning I got very confused for a while.

Thanks to the parent commit, this shouldn’t be an issue at all: the default user name, which is now “ubuntu” instead of “vagrant” is specified in a lot fewer places, making it much easier to change.
2017-04-28 19:36:42 +01:00
Benjamin Sago 54067bf765 Replace the testcases script with a Vagrant VM
See the README section for more details. Basically, with this way, we can store a bunch of existing valid exa outputs, change a VM's environment to match our values, then check that exa still works by comparing outputs.
2016-10-07 19:31:03 +01:00
Ben S 456c516bee Add script to generate awkward testcases 2015-09-03 18:49:27 +01:00
Ben S 05dd644c92 Upgrade to latest ansi_term
Yeah, I broke my own code again.
2014-11-26 07:36:09 +00:00
Ben S 92dc91dbc7 Add Cargo.lock to .gitignore 2014-11-23 21:58:38 +00:00
Ben S a8465fed45 Move to Cargo 2014-06-28 17:24:20 +01:00
Ben S 55280a5308 Add a simple Makefile 2014-06-23 18:30:08 +01:00
Ben S dc9668c8d6 Initial commit 2014-05-03 11:30:37 +01:00