Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kostya/confuddle
Utility for work with unfuddle.com account from console
https://github.com/kostya/confuddle
Last synced: 4 days ago
JSON representation
Utility for work with unfuddle.com account from console
- Host: GitHub
- URL: https://github.com/kostya/confuddle
- Owner: kostya
- Created: 2011-05-03T11:13:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-04T18:12:31.000Z (over 12 years ago)
- Last Synced: 2024-11-02T13:34:06.120Z (11 days ago)
- Language: Ruby
- Homepage:
- Size: 236 KB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Console Unfuddle
================Utility for work with unfuddle.com account from console
1. gem install confuddle
2. $ un install
3. Edit HOME_DIR/.passwd_to_unfuddle.yml and fill with your own values
4. $ un projects
and set for each project aliases "un alias"
and set current project "un curr"Tasks:
un addcm NUMBER # add ticket comment
un addt NUMBER HOURS COMMENT [DATE] # add time
un alias PROJECT_ID ALIAS # set project alias
un all [REGEXP] # show all tickets for current project
un alla [REGEXP] # show all (in all projects) tickets
un assi TICKETS [NEW_ASSIGNEE] # update tickets assingee
un at PERIOD # show all times report for account (PERIOD = [tm lm tw lw y [0-9]+])
un atm PERIOD # show my times report for account (PERIOD = [tm lm tw lw y [0-9]+])
un clear # clear caches
un curr ID_OR_ALIAS # set current project id
un help [TASK] # Describe available tasks or one specific task
un my # show tickets assignee to me for current project
un mya # show tickets (in all projects) assignee to me
un new ALIAS TITLE [ASSIGNEE] [PRIO] # create ticket
un notify PARAMS # Notify about changes with tickets by Gnome-Notify, PARAMS='status,comments'
un op TICKET_ID # Open selected ticked from current project in browser
un projects # show all projects for your account
un show NUMBER [t] # show ticket by number, [t] - show TimeEntries
un t PERIOD # show all times report (PERIOD = [tm lm tw lw y [0-9]+])
un tm PERIOD # show my times report (PERIOD = [tm lm tw lw y [0-9]+])
un upd TICKETS NEW_STATUS # update tickets statusesIntalling with rvm (should install for global gemset):
rvm gemset use global
gem install confuddleUsed gems:
unfuzzle by Patrick Reagan of Viget Labs
grapt by Patrick Reagan