Standard escape codes are prefixed with Escape:
- Ctrl-Key:
^[ - Octal:
\033 - Unicode:
\u001b - Hexadecimal:
\x1B - Decimal:
27
Create a file in your home and make it executable:
sudo vi ~/.local/bin/chrome
sudo chmod +x ~/.local/bin/chromeContent of the file :
I wanted a self-hosted OpenClaw deployment on Proxmox, reachable on my LAN, with:
Production-ready PowerShell patcher for Stremio on Windows.
It auto-detects stock server.js installs, creates timestamped backups, fixes broken built-in player definitions, and adds a larger external player pack without requiring manual edits.
Do not double-click the .ps1 file directly.
| {%- set image_count = namespace(value=0) %} | |
| {%- set video_count = namespace(value=0) %} | |
| {%- macro render_content(content, do_vision_count, is_system_content=false) %} | |
| {%- if content is string %} | |
| {{- content }} | |
| {%- elif content is iterable and content is not mapping %} | |
| {%- for item in content %} | |
| {%- if 'image' in item or 'image_url' in item or item.type == 'image' %} | |
| {%- if is_system_content %} | |
| {{- raise_exception('System message cannot contain images.') }} |
name: plan-mega-review
version: 2.0.0
description: |
The most thorough plan review possible. Three modes: SCOPE EXPANSION (dream big,
build the cathedral), HOLD SCOPE (review what's here with maximum rigor), and
SCOPE REDUCTION (strip to essentials). Context-dependent defaults, but when the
user says EXPANSION — go full send. Challenges premises, maps every failure mode,| version: '3' | |
| services: | |
| db: | |
| restart: always | |
| image: postgres:14-alpine | |
| shm_size: 256mb | |
| healthcheck: | |
| test: ['CMD', 'pg_isready', '-U', 'postgres'] | |
| volumes: | |
| - ./postgres14:/var/lib/postgresql/data |
uBlacklist 可以对搜索引擎的结果进行过滤,屏蔽不喜欢/需要的搜索结果,支持常见的如谷歌/必应搜索。
扩展地址:ublacklist