Commit Graph

15 Commits

Author SHA1 Message Date
Joshua Clayton
1b945eba18 Update image to demonstrate usage 2016-05-27 06:10:50 -04:00
Joshua Clayton
e006b9c2dd Fix wording around how unused finds tokens to work with 2016-05-23 05:02:54 -04:00
Joshua Clayton
43edf288e2 Attempt to find and load tags automatically
Why?
====

Frequency of a tool's usage is determined by how easy it is to use the
tool. By having to pipe in ctags files all the time, and not provide any
guidance to the user, this program is merely a toy, since it's hard to
get right, and harder to explore.

This modifies the default behavior to look for a ctags file in a few
common locations, and lets the user choose a custom location if she so
chooses.

Resolves #35
2016-05-22 06:06:09 -04:00
Joshua Clayton
3ff26fceea Try to point people in the right direction better 2016-05-12 06:40:29 -04:00
Joshua Clayton
7d2caa3f2d Outline the recommended way of using Unused 2016-05-12 06:38:48 -04:00
Joshua Clayton
731381a0f8 Discuss what it can be used on 2016-05-12 06:37:30 -04:00
Joshua Clayton
95fc86eaef Include TravisCI build status 2016-05-11 23:24:42 -04:00
Joshua Clayton
a18d921f6a Document installation via Homebrew 2016-05-11 22:32:19 -04:00
Joshua Clayton
19b72c123f Update readme to include information about ag 2016-05-11 11:31:52 -04:00
Joshua Clayton
8d5e13c89e Use sensible defaults for the CLI
Why?
====

By default, people want to see an actionable, comprehensive list without
having to pass any flags into the program.

Previously, to see everything with high likelihood you'd need to provide
`-a --likelihood high`. This commit changes the program so that's the default.

It also introduces a `--all-likelihoods` flag (shorthand is `-a`) to see
everything, so if you want to opt into see it, you can. Finally, this
changes `-a` (to see everything) to `-s` (to see only single
occurrences, which was the previous default).
2016-05-11 11:31:52 -04:00
Joshua Clayton
cbd5af5954 Add notes about the test suite 2016-05-10 21:03:56 -04:00
Joshua Clayton
64cea7b146 Include usage image 2016-05-10 17:24:28 -04:00
Joshua Clayton
c9b4f4cf37 Update README with how to install binary 2016-05-01 04:48:35 -04:00
Joshua Clayton
fa0e34c843 Add a bit more to the README 2016-04-29 05:55:09 -04:00
Joshua Clayton
8931c08f93 Initial 2016-04-28 05:37:06 -04:00