feat: updated config to new release + minor script improvements
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
:broom: │ 🧹 │ clean, cleanup, remove
|
||||
:recycle: │ ♻️ │ recycle, actor
|
||||
:wrench : │ 🔧 │ adjustment, rection, adapter
|
||||
:wrench: │ 🔧 │ adjustment, rection, adapter
|
||||
:gear: │ ⚙️ │ adjustment
|
||||
:control_knobs: │ 🎛 │ config, adjustment
|
||||
:bug: │ 🐛 │ bug
|
||||
@@ -22,3 +22,6 @@
|
||||
:mag_right: │ 🔎 │ search
|
||||
:old_key: │ 🗝 │ dentials
|
||||
:rocket: │ 🚀 │ shipping
|
||||
:stopwatch: │ ⏱ │ speed, performance
|
||||
:wheelchair: │ ♿️ │ accessibility, a11y
|
||||
:globe_with_meridians: | 🌐 | intl, i18n, i10n, tradus, lang
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
emoji="$(cat ~/.config/zed/tasks/assets/emoji_list.txt | fzf | awk -F' ' '{print $1}')"
|
||||
emoji="$(cat ~/.config/zed/tasks/assets/emoji_list.txt | fzf | awk -F' ' '{print $3}')"
|
||||
|
||||
branch="$(git branch --show-current | awk -F'/' '{print $2}')"
|
||||
|
||||
|
||||
1
tasks/preview-doc.sh
Normal file
1
tasks/preview-doc.sh
Normal file
@@ -0,0 +1 @@
|
||||
docs="$(ls -R . | grep "\.md")"
|
||||
Reference in New Issue
Block a user