Skip to content

Commit

Permalink
index: 1 modified metadata, 1 new category, 1 new package, 1 new version
Browse files Browse the repository at this point in the history
  • Loading branch information
myrrc committed May 21, 2024
1 parent 7ae3200 commit 300b853
Showing 1 changed file with 95 additions and 0 deletions.
95 changes: 95 additions & 0 deletions index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="utf-8"?>
<index version="1" name="Reaper keys">
<category name="Scripts">
<reapack name="install-reaper-keys.lua" type="script" desc="reaper-keys: map keystroke combinations to actions like in vim">
<metadata>
<link rel="website" href="https://github.com/gwatcha/reaper-keys">GitHub repository</link>
</metadata>
<version name="2.0.0-a" author="gwatcha" time="2024-05-21T21:06:33Z">
<source main="main">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/Scripts/install-reaper-keys.lua</source>
<source file="../internal/command/action_sequence_functions/global.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/command/action_sequence_functions/global.lua</source>
<source file="../internal/command/action_sequence_functions/main.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/command/action_sequence_functions/main.lua</source>
<source file="../internal/command/action_sequence_functions/midi.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/command/action_sequence_functions/midi.lua</source>
<source file="../internal/command/action_sequences.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/command/action_sequences.lua</source>
<source file="../internal/command/builder.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/command/builder.lua</source>
<source file="../internal/command/completer.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/command/completer.lua</source>
<source file="../internal/command/executor.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/command/executor.lua</source>
<source file="../internal/command/handler.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/command/handler.lua</source>
<source file="../internal/command/meta_command.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/command/meta_command.lua</source>
<source file="../internal/command/runner.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/command/runner.lua</source>
<source file="../internal/command/utils.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/command/utils.lua</source>
<source file="../internal/custom_actions/custom_actions.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/custom_actions/custom_actions.lua</source>
<source file="../internal/custom_actions/movement.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/custom_actions/movement.lua</source>
<source file="../internal/custom_actions/selection.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/custom_actions/selection.lua</source>
<source file="../internal/custom_actions/utils.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/custom_actions/utils.lua</source>
<source file="../internal/definitions/actions.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/definitions/actions.lua</source>
<source file="../internal/definitions/bindings.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/definitions/bindings.lua</source>
<source file="../internal/definitions/config.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/definitions/config.lua</source>
<source file="../internal/gui/binding_list/View.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/gui/binding_list/View.lua</source>
<source file="../internal/gui/binding_list/binding_list_box.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/gui/binding_list/binding_list_box.lua</source>
<source file="../internal/gui/binding_list/controller.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/gui/binding_list/controller.lua</source>
<source file="../internal/gui/feedback/View.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/gui/feedback/View.lua</source>
<source file="../internal/gui/feedback/completions.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/gui/feedback/completions.lua</source>
<source file="../internal/gui/feedback/controller.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/gui/feedback/controller.lua</source>
<source file="../internal/gui/feedback/message.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/gui/feedback/message.lua</source>
<source file="../internal/gui/feedback/model.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/gui/feedback/model.lua</source>
<source file="../internal/gui/utils.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/gui/utils.lua</source>
<source file="../internal/library/library.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/library/library.lua</source>
<source file="../internal/library/marks.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/library/marks.lua</source>
<source file="../internal/library/state.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/library/state.lua</source>
<source file="../internal/rk.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/rk.lua</source>
<source file="../internal/state_machine/default_state.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/state_machine/default_state.lua</source>
<source file="../internal/state_machine/state_interface.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/state_machine/state_interface.lua</source>
<source file="../internal/state_machine/state_machine.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/state_machine/state_machine.lua</source>
<source file="../internal/table_concat.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/table_concat.lua</source>
<source file="../internal/utils/definitions.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/utils/definitions.lua</source>
<source file="../internal/utils/format.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/utils/format.lua</source>
<source file="../internal/utils/get_action.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/utils/get_action.lua</source>
<source file="../internal/utils/log.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/utils/log.lua</source>
<source file="../internal/utils/project_state.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/utils/project_state.lua</source>
<source file="../internal/utils/reaper_state.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/utils/reaper_state.lua</source>
<source file="../internal/utils/table_io.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/internal/utils/table_io.lua</source>
<source file="../vendor/fuzzy.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/fuzzy.lua</source>
<source file="../vendor/scythe/gui/config.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/config.lua</source>
<source file="../vendor/scythe/gui/core.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/core.lua</source>
<source file="../vendor/scythe/gui/element.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/element.lua</source>
<source file="../vendor/scythe/gui/elements/Button.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/elements/Button.lua</source>
<source file="../vendor/scythe/gui/elements/Checklist.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/elements/Checklist.lua</source>
<source file="../vendor/scythe/gui/elements/ColorPicker.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/elements/ColorPicker.lua</source>
<source file="../vendor/scythe/gui/elements/Frame.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/elements/Frame.lua</source>
<source file="../vendor/scythe/gui/elements/Knob.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/elements/Knob.lua</source>
<source file="../vendor/scythe/gui/elements/Label.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/elements/Label.lua</source>
<source file="../vendor/scythe/gui/elements/Listbox.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/elements/Listbox.lua</source>
<source file="../vendor/scythe/gui/elements/Menubar.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/elements/Menubar.lua</source>
<source file="../vendor/scythe/gui/elements/Menubox.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/elements/Menubox.lua</source>
<source file="../vendor/scythe/gui/elements/Radio.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/elements/Radio.lua</source>
<source file="../vendor/scythe/gui/elements/Slider.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/elements/Slider.lua</source>
<source file="../vendor/scythe/gui/elements/Tabs.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/elements/Tabs.lua</source>
<source file="../vendor/scythe/gui/elements/TextEditor.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/elements/TextEditor.lua</source>
<source file="../vendor/scythe/gui/elements/Textbox.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/elements/Textbox.lua</source>
<source file="../vendor/scythe/gui/elements/shared/option.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/elements/shared/option.lua</source>
<source file="../vendor/scythe/gui/elements/shared/text.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/elements/shared/text.lua</source>
<source file="../vendor/scythe/gui/layer.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/layer.lua</source>
<source file="../vendor/scythe/gui/theme.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/theme.lua</source>
<source file="../vendor/scythe/gui/window.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/gui/window.lua</source>
<source file="../vendor/scythe/public/buffer.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/public/buffer.lua</source>
<source file="../vendor/scythe/public/color.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/public/color.lua</source>
<source file="../vendor/scythe/public/const.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/public/const.lua</source>
<source file="../vendor/scythe/public/error.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/public/error.lua</source>
<source file="../vendor/scythe/public/file.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/public/file.lua</source>
<source file="../vendor/scythe/public/font.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/public/font.lua</source>
<source file="../vendor/scythe/public/gfx.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/public/gfx.lua</source>
<source file="../vendor/scythe/public/image.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/public/image.lua</source>
<source file="../vendor/scythe/public/math.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/public/math.lua</source>
<source file="../vendor/scythe/public/menu.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/public/menu.lua</source>
<source file="../vendor/scythe/public/message.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/public/message.lua</source>
<source file="../vendor/scythe/public/sprite.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/public/sprite.lua</source>
<source file="../vendor/scythe/public/string.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/public/string.lua</source>
<source file="../vendor/scythe/public/table.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/public/table.lua</source>
<source file="../vendor/scythe/public/text.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/public/text.lua</source>
<source file="../vendor/scythe/scythe.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/scythe/scythe.lua</source>
<source file="../vendor/serpent.lua">https://github.com/gwatcha/reaper-keys/raw/7ae32008b80a96c978613728b0c209a0293fcc6e/vendor/serpent.lua</source>
</version>
</reapack>
</category>
</index>

0 comments on commit 300b853

Please sign in to comment.