Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions channel.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,25 @@

// JoinLines plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/join-lines-plugin.json",

// Quoter plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-quoter.json",

// Bounce plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-bounce.json",

// zigfmt plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-zigfmt.json",

// Aspell plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-aspell-plugin.json",

// jlabbrev plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/jlabbrev.json",

// wakatime plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-wakatime.json",

// nord colorschemes
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-nord-tc-colors.json",

Expand Down Expand Up @@ -89,4 +89,7 @@
// cheat plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-cheat.json"

// repeatmacro plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-repeatmacro.json"

]
15 changes: 15 additions & 0 deletions plugins/micro-repeatmacro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[{
"Name": "repeatmacro",
"Description": "A plugin to repeat the last recorded macro multiple times.",
"Tags": ["macro", "repeat", "automation"],
"Website": "https://gitlab.com/gunduzc/micro-repeatmacro",
"Versions": [
{
"Version": "1.0.0",
"Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/micro-repeatmacro-1.0.0.zip",
"Require": {
"micro": ">=2.0.0-1"
}
}
]
}]