-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Motivation
git mind content show --raw is the most common content retrieval pattern (pipe content to other tools). A shorter alias like git mind content cat would match git UX conventions (git cat-file).
Proposed Behavior
$ git mind content cat doc:readme
# Hello World
...
$ git mind content cat doc:readme | wc -l
42
Equivalent to git mind content show doc:readme --raw.
Implementation
- Add
catas a content subcommand alias inbin/git-mind.js - Route to
contentShow(cwd, nodeId, { raw: true })
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request