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
| // ==UserScript== | |
| // @name Workflowy Two-Line Notes | |
| // @namespace https://github.com/shyamzzp/workflowy-cli | |
| // @version 0.3.1 | |
| // @description Keep Workflowy notes visible for up to two lines, then truncate with an ellipsis. | |
| // @match https://workflowy.com | |
| // @match https://workflowy.com/* | |
| // @match https://*.workflowy.com/* | |
| // @include https://workflowy.com/#/* | |
| // @include https://*.workflowy.com/#/* |
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
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| GHOSTDRIVE_REPO="${GHOSTDRIVE_REPO:-shyamzzp/ghost-drive}" | |
| GHOSTDRIVE_REF="${GHOSTDRIVE_REF:-main}" | |
| GHOSTDRIVE_INSTALL_DIR="${GHOSTDRIVE_INSTALL_DIR:-$HOME/.local/bin}" | |
| GHOSTDRIVE_SKIP_PROFILE_HINT="${GHOSTDRIVE_SKIP_PROFILE_HINT:-0}" | |
| GHOSTDRIVE_WORKDIR="" | |
| GHOSTDRIVE_GITHUB_TOKEN="" |
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
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| SHORTCUTS_DIR="${HOME}/.config/git-shortcuts" | |
| SHORTCUTS_FILE="${SHORTCUTS_DIR}/git-shortcuts.sh" | |
| SOURCE_LINE='[ -f "$HOME/.config/git-shortcuts/git-shortcuts.sh" ] && source "$HOME/.config/git-shortcuts/git-shortcuts.sh"' | |
| backup_if_exists() { | |
| local file_path="$1" | |
| if [ -f "${file_path}" ]; then |
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
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| SHORTCUTS_DIR="${HOME}/.config/git-shortcuts" | |
| SHORTCUTS_FILE="${SHORTCUTS_DIR}/git-shortcuts.sh" | |
| SOURCE_LINE='[ -f "$HOME/.config/git-shortcuts/git-shortcuts.sh" ] && source "$HOME/.config/git-shortcuts/git-shortcuts.sh"' | |
| backup_if_exists() { | |
| local file_path="$1" | |
| if [ -f "${file_path}" ]; then |
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
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| SHORTCUTS_DIR="${HOME}/.config/git-shortcuts" | |
| SHORTCUTS_FILE="${SHORTCUTS_DIR}/git-shortcuts.sh" | |
| SOURCE_LINE='[ -f "$HOME/.config/git-shortcuts/git-shortcuts.sh" ] && source "$HOME/.config/git-shortcuts/git-shortcuts.sh"' | |
| backup_if_exists() { | |
| local file_path="$1" | |
| if [ -f "${file_path}" ]; then |
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
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| SHORTCUTS_DIR="${HOME}/.config/git-shortcuts" | |
| SHORTCUTS_FILE="${SHORTCUTS_DIR}/git-shortcuts.sh" | |
| SOURCE_LINE='[ -f "$HOME/.config/git-shortcuts/git-shortcuts.sh" ] && source "$HOME/.config/git-shortcuts/git-shortcuts.sh"' | |
| backup_if_exists() { | |
| local file_path="$1" | |
| if [ -f "${file_path}" ]; then |
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
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| SHORTCUTS_DIR="${HOME}/.config/git-shortcuts" | |
| SHORTCUTS_FILE="${SHORTCUTS_DIR}/git-shortcuts.sh" | |
| SOURCE_LINE='[ -f "$HOME/.config/git-shortcuts/git-shortcuts.sh" ] && source "$HOME/.config/git-shortcuts/git-shortcuts.sh"' | |
| backup_if_exists() { | |
| local file_path="$1" | |
| if [ -f "${file_path}" ]; then |
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
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| SHORTCUTS_DIR="${HOME}/.config/git-shortcuts" | |
| SHORTCUTS_FILE="${SHORTCUTS_DIR}/git-shortcuts.sh" | |
| SOURCE_LINE='[ -f "$HOME/.config/git-shortcuts/git-shortcuts.sh" ] && source "$HOME/.config/git-shortcuts/git-shortcuts.sh"' | |
| backup_if_exists() { | |
| local file_path="$1" | |
| if [ -f "${file_path}" ]; then |
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
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| SHORTCUTS_DIR="${HOME}/.config/git-shortcuts" | |
| SHORTCUTS_FILE="${SHORTCUTS_DIR}/git-shortcuts.sh" | |
| SOURCE_LINE='[ -f "$HOME/.config/git-shortcuts/git-shortcuts.sh" ] && source "$HOME/.config/git-shortcuts/git-shortcuts.sh"' | |
| backup_if_exists() { | |
| local file_path="$1" | |
| if [ -f "${file_path}" ]; then |
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
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| SHORTCUTS_DIR="${HOME}/.config/git-shortcuts" | |
| SHORTCUTS_FILE="${SHORTCUTS_DIR}/git-shortcuts.sh" | |
| SOURCE_LINE='[ -f "$HOME/.config/git-shortcuts/git-shortcuts.sh" ] && source "$HOME/.config/git-shortcuts/git-shortcuts.sh"' | |
| backup_if_exists() { | |
| local file_path="$1" | |
| if [ -f "${file_path}" ]; then |
NewerOlder