-
-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Marcel Eichner edited this page Jun 18, 2019
·
63 revisions
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.
You can also check the list of Pull-Requests for features and fixed which are not merged and in progress.
- documentation
- add one or more animations that show mite-cli in action
- more example use cases from the real world
- create things
- project
- user
- customer
- ability to update time entries:
- mite amend --service_id --project_id --note
- refactoring
- unify same options in command definitions
- throw errors when in development mode
- missing argument/required refactoring
- add snyk
- normalize options with underscore to minus
Ideas for new features. Not ordered by priority. Features which are in development are linked to the Pull-Requests.
- config in
.config/mite-clior$XDG_CONFIG_HOME - use alternate config by
—-config <filename> - multi-client support with multiple API keys setup (or
--config?) - mite-list
- filter by service
- filter by project
- optional colors for values above a specific value to highlight values which are very high an errerous?
- time zone support for localized date & times
- a column which shows a trimmed version of "note"
- account info - [ ] use currency from account info - [ ] use time zone from account info
-
--columnscompletion 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
--widthoption