mock up poster maker using fabric.js and google fonts.
This file contains hidden or 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
### Shortcut — Action | |
- [x] `CTRL + A` — Move to the beginning of the line | |
- [x] `CTRL + E` — Move to the end of the line | |
- [ ] `CTRL + [left arrow]` — Move one word backward (on some systems this is ALT + B) | |
- [ ] `CTRL + [right arrow]` — Move one word forward (on some systems this is ALT + F) | |
- [ ] `CTRL + U` — (bash) Clear the characters on the line before the current cursor position | |
- [ ] `CTRL + U` —(zsh) If you're using the zsh, this will clear the entire line | |
- [ ] `CTRL + K` — Clear the characters on the line after the current cursor position | |
- [ ] `ESC + [backspace]` — Delete the word in front of the cursor |
This file contains hidden or 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
#!/bin/bash | |
# Sometimes you need to move your existing git repository | |
# to a new remote repository (/new remote origin). | |
# Here are a simple and quick steps that does exactly this. | |
# | |
# Let's assume we call "old repo" the repository you wish | |
# to move, and "new repo" the one you wish to move to. | |
# | |
### Step 1. Make sure you have a local copy of all "old repo" | |
### branches and tags. |
- Download the latest zsh package: https://packages.msys2.org/package/zsh?repo=msys&variant=x86_64
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz
OlderNewer