Commit Graph

200 Commits (c4e4f6d8203625b0ba7a5bf0b780eeceab39c528)
 

Author SHA1 Message Date
Chris Bednarski c4e4f6d820 Removed -4 and -6 from CLI (these are still usable in the lib) 4 years ago
Chris Bednarski 138ef9dcd4 Added changelog for 0.4.1 4 years ago
Chris Bednarski 1e2456bc6a Added a note about sudo and Windows Admin prompt 4 years ago
Chris Bednarski df2d795268 Fix hostfile.Save() on Windows 4 years ago
Chris Bednarski be9a630ae8 0.4.0 release notes 4 years ago
Chris Bednarski d3e97d1758 Fix argument parsing for CLI
Add tests for main and commands
Fix documentation for installation so the program works with sudo
4 years ago
Chris Bednarski 127256655c Not doing 0.5.0 yet. 4 years ago
Chris Bednarski ca1856f5fe Added changelog 4 years ago
Chris Bednarski 9c247955f6 go fmt 4 years ago
Chris Bednarski ba102742d4 Added contributor section 4 years ago
Chris Bednarski 960732bbb4 Be nice to Travis and just use a pre-baked version 4 years ago
Chris Bednarski dd746035f7 Add appveyor config, changelog, README TLC, and update TravisCI Go to 1.14 4 years ago
Chris Bednarski 18546969ce Added package comment 4 years ago
Chris Bednarski c53f06fdc8 Moved commands from commands package to root 4 years ago
Chris Bednarski 000eb28419 Clean up makefile 4 years ago
Chris Bednarski 2b25df69d5 Remove trailing space 4 years ago
Chris Bednarski b9940cf499 Cleaned up gitignore because we're not using all that stuff anymore 4 years ago
Chris Bednarski 26a3d25daf Add the library back. oops. 4 years ago
Chris Bednarski ddad9598d6 Added release target to Makefile 4 years ago
Chris Bednarski aeb56f8a79 Ignore bin folder 4 years ago
Chris Bednarski 7ca1771c71 More work on refactoring
- Reimplement the rest of the frontend code
- Remove -f option since this is just covered by fmt now
- Still some bugs left to work out
4 years ago
Chris Bednarski 66670942dd Started major refactor for 0.5.0
- Rewrite CLI to use flag package instead of codegangsta/cli
- Move lib to hostess/ and move main.go to project root
- Change some of the hostess API to return errors instead of panicking
- Remove aff, del, and list commands
- Remove -s and -q flags
4 years ago
Chris Bednarski 4c91c57875 Update to canonical golint import path, closes #35 Thanks Mateusz Kubuszok! 5 years ago
Chris Bednarski 017b8f33a4
Merge pull request #32 from alswl/master
fix: spelling
6 years ago
alswl 6426b1e7c6
fix: spelling 6 years ago
Chris Bednarski 4f98a9f9bd Bump version to 0.3.0 6 years ago
Chris Bednarski 1e3afd46c3 Fix example test error 6 years ago
Chris Bednarski ce94a81831 Update travis to run go 1.9.2 7 years ago
Chris Bednarski 75cfaa6e93 Remove email notifications from travis [skip ci] 8 years ago
Chris Bednarski 0a51cb2a63 Only build current release + master 8 years ago
Chris Bednarski df6e535d57 Fix use of %s instead of %+v, from go 1.8 vet 8 years ago
Chris Bednarski 8c778ab2a7 Updated test matrix 8 years ago
Chris Bednarski 831904824c Change parsing to return errors instead of silently truncating the hosts file; fixes #23 8 years ago
Chris Bednarski 2f683d7e25 Merge pull request #26 from cbednarski/f-hostess-fixed
Added fixed command to get exit status 0/1 if hosts file is already formatted
8 years ago
Chris Bednarski c8aa1a891b Added fixed command to get exit status 0/1 if hosts file is already formatted 8 years ago
Chris Bednarski 9ab36e01a3 Check command Bool or GlobalBool, not just Global. Fixes #21' 8 years ago
Chris Bednarski 2f077986f0 Change c.Bool to c.GlobalBool so we can detect flags when positioned between hostess and the subcommand 8 years ago
Chris Bednarski 866bab4c05 Bump version in CLI output to match the current tag 8 years ago
Chris Bednarski 4c7ae85191 Merge pull request #19 from ultimateboy/patch-1
Add a link to the godocs to the readme
8 years ago
Matt Tucker f1e8e7e16a Add a link to the godocs to the readme 8 years ago
Chris Bednarski cda520eb5f Moved codegangsta/cli under the proper path 8 years ago
Chris Bednarski 4ac0eeb896 Vendor codegangsta/cli 8cbee4b7192cea690c9f048e742e6b4c3525fd9e 8 years ago
Chris Bednarski d6b6a00e80 Merge pull request #16 from md5/alternate-install-paths
Support alternate install prefix
8 years ago
Mike Dillon 8efb2433aa Support alternate install prefix 8 years ago
Chris Bednarski 2e460bbc6d Updated go version to 1.6 8 years ago
Chris Bednarski 35413097c7 Add test hosts file and basic test for Ls command; fix ls panic 8 years ago
Chris Bednarski 5950705e9d Merge pull request #13 from lucascaro/missing_deps
Add cover dependency
8 years ago
lucascaro 8490279064 Add cover dependency 8 years ago
Chris Bednarski b92779e0ef Merge branch 'master' of https://github.com/cbednarski/hostess 9 years ago
Chris Bednarski f23141ea9e Added dockerfile 9 years ago