Skip to content

Commit 09e9710

Browse files
committed
Links
1 parent 8cae6f5 commit 09e9710

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

justfile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@ magenta := "\\e[35m"
1515
grey := "\\e[90m"
1616

1717
@_help:
18-
just --list --unsorted
18+
echo -e ""
19+
just --list --unsorted --list-heading $'🤖 Commands:\n\n'
20+
echo -e ""
21+
echo -e " Publish URL 🔗 {{green}}https://markdownv2.mtfm.io{{normal}}"
22+
echo -e " Github URL 🔗 {{green}}$(cat editor/package.json | jq -r '.repository.url'){{normal}}"
23+
echo -e " Develop URL 🔗 {{green}}https://{{APP_FQDN}}:{{APP_PORT}}/{{normal}}"
24+
echo -e ""
25+
1926

2027
# open
2128
# Run the server in development mode

0 commit comments

Comments
 (0)