- Nerd Font in your terminal emulator https://www.nerdfonts.com/
| 要在终端输出带颜色的内容时,可以使用ANSI颜色设定。 \033[#m 为样式, \033[3#m 为前景色, \033[4#m 为背景色, \033[1;3#m 为粗体前景色。 | |
| 详细配色如下: | |
| ``` | |
| \033[0m关 | |
| \033[1m粗体\033[0m | |
| \033[2m无\033[0m | |
| \033[3m无\033[0m | |
| \033[4m下划线\033[0m | |
| \033[5m闪烁\033[0m |
This file provides frontend best practices and conventions for Claude Code when working on any Shopify theme project. Follow these guidelines unless the project's README or a team member explicitly overrides them.
assets/, config/, layout/, sections/, snippets/, templates/, locales/.| movie 'isaac.swf' { | |
| // flash 8, total frames: 41, frame rate: 30 fps, 800x600 px, compressed | |
| movieClip 338 { | |
| } | |
| movieClip 339 b501 { | |
| } | |
| movieClip 342 { |
| #!/bin/bash | |
| # ============================================================================= | |
| # difit-auto-detect.sh | |
| # Automatically detects git state and opens appropriate diff view | |
| # with difit in a cmux browser split pane. | |
| # | |
| # Dependencies: | |
| # - cmux https://cmux.app/ | |
| # - difit https://github.com/yoshiko-pg/difit |
| { | |
| "title": "Personal fixes - Moonlander", | |
| "rules": [ | |
| { | |
| "description": "Fixes both Arrow-brackets and the Pipe symbol on the Moonlander keyboard with German layout.", | |
| "manipulators": [ | |
| { | |
| "type": "basic", | |
| "from": { | |
| "key_code": "non_us_backslash" |
| // ==UserScript== | |
| // @name 在灵梦御所显示下载链接 | |
| // @name:en Show Download info on Reimu.net | |
| // @namespace http://reimu.net/ | |
| // @version 0.9 | |
| // @description 在灵梦御所显示使用pre标签包裹的下载链接 | |
| // @description:en Show download info what wrap by pre element on "reimu.net". | |
| // @author AIUSoft | |
| // @license MIT | |
| // @supportURL https://gist.github.com/LiuQixuan/7a8683ede4b885a6df834ceeb933d1c5 |
Contributed by Fabien Loudet, Linux SysAdmin at Rosetta Stone
Tired of always having to enter your SSH key passphrase when logging in to remote machines?
Here comes ssh-agent. Enter the passphrase once and it will keep it in memory for you
Using ssh-agent in your shell session:
Everything built on top of the base OpenClaw platform. Canonical reference for what exists, where it lives, and how it works. Operational use cases and workflow playbooks live in
docs/USE-CASES-WORKFLOWS.md.