Commit graph

37 commits

Author SHA1 Message Date
1e1835636f
Make the title headers on the view command always as big as the terminal width 2025-01-22 04:10:27 +01:00
8ce7882b38
Directly write to stdout when rendering jiradoc 2025-01-22 03:53:28 +01:00
c2f1fd239b
Update the features section of the readme 2025-01-22 03:44:05 +01:00
dcc8882740
Add basic support for panels and code block in jiradoc 2025-01-22 03:42:18 +01:00
fa387c5546
Add primitive support for rendering api v3 jira docs 2025-01-22 03:23:12 +01:00
563ec7bd2f
Move the hyperlink espace codes into the new renderer namespace 2025-01-22 02:47:53 +01:00
07864325d7
Add an issue get command to the client and use it for the view command 2025-01-22 01:51:00 +01:00
194e25dc14
Move issue creation calls into the jira client 2025-01-22 01:27:00 +01:00
8a7c989f48
Add a command client to libjirac 2025-01-21 23:43:35 +01:00
6102233bc5
Move the issue type to libjirac 2025-01-21 22:48:30 +01:00
5b47f3d5e9
Add libjirac 2025-01-21 22:36:35 +01:00
e20f9e6a9d
Migrate project to a workspace 2025-01-21 22:34:37 +01:00
7af1f40188
Turn the issue keys into hyperlinks when listing issues in compact mode 2025-01-21 22:25:39 +01:00
086dbb8af0
Move the hyperlink escape codes into a function 2025-01-21 22:22:43 +01:00
054d66bf9c
tweak the list jql for more visually pleasing ordering 2025-01-21 22:17:07 +01:00
a3352aa892
Add a compact output mode 2025-01-21 22:16:21 +01:00
f05461f1f7
Add output formatters 2025-01-21 22:03:11 +01:00
476fa90200
Call everything an issue rather than ticket consistently 2025-01-21 21:38:07 +01:00
21203eed43
Add the view command to the readme 2025-01-21 21:35:17 +01:00
b229ce9c5c
Add a view command 2025-01-21 21:32:23 +01:00
5233ef19fc
Merge the list command into search 2025-01-21 20:47:22 +01:00
0c459e2770
Add a search command 2025-01-21 20:44:38 +01:00
8423cc1240
Add a clickable link and local time to the issue pretty print 2025-01-21 20:37:20 +01:00
38c571362b
Add additional fields to the issue type 2025-01-21 20:36:56 +01:00
8826103da7
Rely on the crossterm crate rather than colored 2025-01-21 20:36:36 +01:00
4fbab7102a
Extract the jql execution logic from the list command 2025-01-21 19:48:21 +01:00
86fe96f0cd
Add some color 2025-01-21 17:46:00 +01:00
e774f83526
cargo fmt 2025-01-21 17:41:50 +01:00
6a21576236
Use tabwriter to pretty print the list response 2025-01-21 17:41:41 +01:00
a3ba3cd511
Capture additional fields on the list command 2025-01-21 17:40:48 +01:00
f0aaf0a7e7
Actually create the ticket when confirming creation 2025-01-21 17:17:53 +01:00
219f116891
Show additional data on ticket creation confirmation 2025-01-21 17:17:36 +01:00
43e32a303d
Add documentation to the cli args 2025-01-21 17:05:29 +01:00
63b1f33a0a
Add an --open flag to the create command to open the new ticket in a browser 2025-01-21 17:00:32 +01:00
f5e31c3a73
Add a front-matter with potential issue properties to the create command markdown 2025-01-21 16:57:23 +01:00
0d244cf80d
Add support for printing json on the list command 2025-01-21 16:04:53 +01:00
3a2a5612c0
Initial commit 2025-01-21 15:55:34 +01:00