We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 836a2c2 + 36c7b7f commit 9a24592Copy full SHA for 9a24592
README.md
@@ -68,6 +68,23 @@ type = [
68
69
Starting with **0.9.1**, grc using `~/.config/grc/grc.toml` as the default configuration file.
70
71
+Starting with **1.0.0**, grc can enhance your submission with the `--emoji` command line argument.
72
+
73
+Or in the configuration file:
74
75
+```toml
76
+emoji = true
77
+```
78
79
+You can also use `overwrite_emoji` to enhance custom submission types or override basic submission types in GRC.
80
81
82
+overwrite_emoji = [
83
+ "deps:🚕", # Appends an emoji to a custom submission type
84
+ "test:🚗" # Test is a GRC built-in submission type that you can override.
85
+]
86
87
88
## IDEA
89
90
If you have any new ideas, you are welcome to talk to me.
0 commit comments