scry
Version, currently 0.6.023 versions
- 0.9.0latestJul 2, 2026
- 0.8.1not indexedJul 2, 2026
- 0.8.0not indexedJul 2, 2026
- 0.7.0not indexedJul 2, 2026
- 0.6.0not indexedJul 2, 2026
- 0.5.3not indexedJul 2, 2026
- 0.5.2not indexedJul 2, 2026
- 0.5.1not indexedJul 2, 2026
- 0.5.0not indexedJul 2, 2026
- 0.4.0not indexedJul 2, 2026
- 0.3.0not indexedJul 2, 2026
- 0.2.9not indexedJul 2, 2026
- 0.2.8not indexedJul 2, 2026
- 0.2.7not indexedJul 2, 2026
- 0.2.6not indexedJul 2, 2026
- 0.2.4not indexedJul 2, 2026
- 0.2.3not indexedJul 2, 2026
- 0.2.2not indexedJul 2, 2026
- 0.2.1not indexedJul 2, 2026
- 0.2.0not indexedJul 2, 2026
- 0.1.2not indexedJul 2, 2026
- 0.1.1not indexedJul 2, 2026
- 0.1.0not indexedJul 2, 2026
github.com/stephendolan/scry
Temporary directories for AI coding agents
Nothing has been indexed for 0.6.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
scry:
github: stephendolan/scry
version: ~> 0.6.0Then run:
shards installshard.yml
No shard.yml has been indexed for 0.6.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
Scry
Create and navigate date-prefixed directories for AI coding agents. Inspired by Toby Lütke's try.
Installation
Download the latest binary from Releases:
# macOS (Apple Silicon)
curl -L https://github.com/stephendolan/scry/releases/latest/download/scry-macos-arm64.tar.gz | tar xz
sudo mv scry /usr/local/bin/
# Linux
curl -L https://github.com/stephendolan/scry/releases/latest/download/scry-linux-x86_64.tar.gz | tar xz
sudo mv scry /usr/local/bin/
Or build from source (requires Crystal 1.18+):
git clone https://github.com/stephendolan/scry.git
cd scry
shards build --release
sudo mv bin/scry /usr/local/bin/
Add to your ~/.zshrc or ~/.bashrc:
eval "$(scry init)"
Usage
scry # Browse existing directories
scry metrics # Jump to matching directory or filter
scry order-daycare-lunch # Create new directory if no match
Navigation:
↑/↓orCtrl-K/Ctrl-JorCtrl-P/Ctrl-N- Move cursorEnter- Select directory or create newCtrl-D- Delete selected directoryESC/Ctrl-C- Exit- Type to filter (fuzzy matching)
Templates
Bootstrap new scry directories with predefined files.
Setup: Create template directories in ~/.config/scry/templates/:
mkdir -p ~/.config/scry/templates/default
echo "# Instructions for Claude" > ~/.config/scry/templates/default/CLAUDE.md
echo "*.log" > ~/.config/scry/templates/default/.gitignore
Usage:
scry templates # List available templates
scry "ACME audit" # Prompts to pick a template
scry "security-review" --template audit # Apply audit template, skip the picker
When creating a new directory, scry shows an interactive template picker. If a
default template exists it is preselected, so pressing Enter accepts it. Pass
--template NAME to skip the picker and apply a specific template. All files
from the chosen template directory are copied into the new scry directory.
Harnesses
The command launched after cd is the harness. Configure named harnesses and
switch between them per invocation:
scry --harness codex "spike an idea" # Launch the "codex" harness
See Configuration for defining harnesses.
Cleanup
Remove old directories by age or date:
scry cleanup 30 # Delete directories older than 30 days
scry cleanup 2024-01-01 # Delete directories before this date
scry cleanup # Interactive prompt
Shows preview with directory names, age, size, and file count before deletion.
Configuration
Optional configuration via ~/.config/scry/config.json or environment variables:
{
"path": "~/scries",
"default_harness": "claude",
"harnesses": {
"claude": "claude --dangerously-skip-permissions",
"codex": "codex"
},
"continue_flag": "--continue"
}
default_harness— name of the harness launched when--harnessis omitted.harnesses— named commands selectable with--harness NAME.agent— legacy single-command harness; still honored when noharnessesmap is configured.
Environment variables override config file settings:
export SCRY_PATH=~/experiments # Custom directory location
export SCRY_HARNESS=codex # Launch a configured harness by name
export SCRY_AGENT=opencode # Raw harness command (legacy override)
License
MIT
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.6.0- Tagged
- Jul 2, 2026
- Commit
fb32e672fb0c- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/stephendolan/scry
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 14, 2026
- Synced
- Aug 14, 2026
- Versions
- 23