Skip to content
Marcel Eichner edited this page May 8, 2019 · 63 revisions

Done

From time to time there are some new features and fixed being added to the develop branch. Check the commits on that branch for upcoming features.

Check the releases list or the CHANGELOG for version history.

In Progress

You can also check the list of Pull-Requests for features and fixed which are not merged and in progress.

Ideas

Ideas for new features. Not ordered by priority. Features which are in development are linked to the Pull-Requests.

  • normalize options with underscore to minus
  • documentation
    • add one or more animations that show mite-cli in action
    • example for entry templates
    • more example use cases from the real world
  • create things
    • project
    • user
    • customer
  • mite-list
    • filter by service
    • filter by project
  • ability to update time entries:
    • mite amend --service_id --project_id --note
  • time zone support for localized date & times
  • a column which shows a trimmed version of "note"
  • refactoring
    • unify same options in command definitions
    • throw errors when in development mode
    • missing argument/required refactoring
  • account info - use currency from account info - use time zone from account info
  • multi-client support with multiple API keys setup
  • --columns completion when there are already columns mentioned
  • find a way to limit table width to terminal width (current table library doesn’t have support for that), optional with --width option

Clone this wiki locally