Skip to content
/ pit Public

A tool for collecting and managing all sorts of stuff.

Notifications You must be signed in to change notification settings

arnau/pit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pit

A tool for managing all sorts of stuff.

Warning

This is a personal tool with no versioning schema, no free use licence and no commitments of any kind.

Install and load

# clone repository and follow the nupm guidelines.
use pit *

Usage

Create a new trail entry.

mut entry = (trail new)
$entry.url = "https://www.seachess.net/"
$entry.title = "Seachess"
$entry.summary = "My website."

# Pick tags from previous entries.
$entry = ($entry | trail add tag)

# Pick a source from the list of sources in `data/sources.csv`.
$entry = ($entry | trail add source)

# Save the entry.
$entry | trail save

# Stash for the bulletin.
$entry | stash add | stash save

Create a new bulletin entry from the stashed entries.

mut bulletin = (bulletin new)
$bulletin | bulletin save

mut stash = (stash list)
$stash.entries = ($bulletin.entries | stash drop)
$stash | stash save

About

A tool for collecting and managing all sorts of stuff.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors