-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: replace config-file with config name
BREAKING CHANGE: The `--config-file` option has been removed. Custom configurations are now supplied in the setup() function instead of separate config file. The config name correspondes to the key of the table provided to `setup()`. closes #16 closes #12 closes #2
- Loading branch information
1 parent
99c7854
commit e16e96a
Showing
48 changed files
with
1,002 additions
and
653 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# kitty-scrollback.nvim | ||
|
||
## Generating demos and wiki content (requires MacOS) | ||
|
||
- `git clone [email protected]/mikesmithgh/kitty-scrollback.nvim.wiki.git` | ||
- `cd kitty-scrollback.nvim.wiki` | ||
- `./scripts/record_demo_videos.lua` | ||
- `ls -1 assets/*.mov | xargs -I {} scripts/mov_to_gif.sh {}` | ||
- Upload all `mov` files in the `assets` directory to Github by dragging them to a markdown file in the browser | ||
- Copy all the generated embeded video urls and paste in `uploaded_movs` array in the `make_video_markdown_files.sh` script | ||
- `./scripts/make_video_markdown_files.sh` | ||
- `./scripts/make_adv_config_markdown_file.lua &> Advanced-Configuration.md` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.