impleri / sow

Sow provides a CLI to Harvest using NodeJS
BSD 2-Clause "Simplified" License
26 stars 5 forks source link

List resources command #5

Closed impleri closed 10 years ago

impleri commented 10 years ago

There should be a command to list all resources (e.g. clients), optionally limiting it by fuzzy search query or relevant relation (e.g. projects by client).

impleri commented 10 years ago

Partially implemented with working limitation by active entries only (clients ans projects), default entries only (tasks), and by resource type. Still needs fuzzy search.

impleri commented 10 years ago

Fuzzy searching now works. Score is based on length of given query. If there's enough demand, I could add an option to set the minimum score manually.