Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
Copy link
Copy Markdown
Collaborator

@smeech smeech Jan 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file needs to be removed to enable merging, please.

"spellright.language": [],
"spellright.documentTypes": [
"latex",
"plaintext"
]
}
30 changes: 30 additions & 0 deletions packages/i-ching/0.1.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# I Ching (Book of Changes) Unicode Symbols

A text expander package providing quick access to I Ching hexagrams, trigrams, bigrams, and monograms with multiple information formats.

## About I Ching

The I Ching, or Book of Changes, is an ancient Chinese divination text consisting of 64 hexagrams (六十四卦) that represent different life situations and transformations.

## Installation

espanso install i-ching

## Usage Rules

**Hexagrams:** Use `:ic` followed by a 6-digit binary code (1s and 0s). Examples:

- `:ic111111` → ䷀ (The Creative)
- `:ic000000` → ䷁ (The Receptive)

**Information Formats:**

- `:icc` = Chinese name with symbol
- `:ice` = English name with symbol
- `:icl` = Link to ctext.org reference

**Trigrams:** Use `:ict` followed by 3-digit binary code (`:ict111` → ☰)

**Bigrams:** Use `:icb` followed by 2-digit binary code (`:icb11` → ⚌)

**Monograms:** Use `:icm` followed by single digit (`:icm1` → ⚊)
6 changes: 6 additions & 0 deletions packages/i-ching/0.1.0/_manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: "i-ching"
title: "I Ching (Book of Changes) Unicode Symbols"
description: Type I Ching Symbol with its corresponding binary code
version: 0.1.0
author: Longman
tags: ["i-ching", "book of changes", "i ching"]
Copy link
Copy Markdown
Collaborator

@smeech smeech Jan 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you kindly add a homepage: key/value, even if the latter is just https://github.com/luklongman/hub/tree/main? If you have a better personal homepage, link to that.
Without it there's a risk the package won't merge into the Hub.

Loading