π DOC: Add alternative function for Linux user who uses GIMP#23
π DOC: Add alternative function for Linux user who uses GIMP#23eclectic-coding wants to merge 2 commits intoahmadawais:masterfrom
Conversation
ahmadawais
left a comment
There was a problem hiding this comment.
Thank you for the PR @eclectic-coding!
You're not using the Emoji log right. We don't use past tense in commit messages but the imperative order like lingo. Please amend the commit message, PR Title, and address the few comments I left to add all changes inside the code snippets making them less prominent so that users don't have more cognitive load to deal with when they read the docs.
Looking forward, peace! βοΈ
README.md
Outdated
| } | ||
| ``` | ||
| For Linux user who use the graphical program GIMP, use this alternative IMPROVE function: | ||
| ``` |
There was a problem hiding this comment.
I think we don't need to mention that. Just add the snippet with a comment inside the code snippets instead of making separate sections.
README.md
Outdated
| funcsave gdoc | ||
| funcsave gtst | ||
| ``` | ||
| Alternative function for Linux users for IMPROVE in fish shell: |
There was a problem hiding this comment.
Same goes here, add one extra line with a small comment inside the code snippets.
ahmadawais
left a comment
There was a problem hiding this comment.
Comments should be comments.
| gcap "π IMPROVE: $@" | ||
| } | ||
|
|
||
| Alternative function for Linux users who use the graphical program GIMP**: |
There was a problem hiding this comment.
| Alternative function for Linux users who use the graphical program GIMP**: | |
| # Alternative for Linux users of GIMP app: |
| funcsave gcap | ||
| funcsave gnew | ||
| funcsave gimp | ||
| Alternative function for Linux users for IMPROVE in fish shell: |
There was a problem hiding this comment.
| Alternative function for Linux users for IMPROVE in fish shell: | |
| # Alternative for Linux users of GIMP app: |
PR for issue #21