GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sigi(1) USER COMMANDS sigi(1)

sigi - An organizing tool for terminal lovers who hate organizing

sigi [FLAGS] [OPTIONS] [SUBCOMMAND]

Use sigi as extra memory. Use it to organize your tasks, groceries, or the next board games you want to play... as stacks! Shell aliases are strongly encouraged to organize your various stacks.

Sigi is the Chamorro word for continue. I hope this will help you to plan more, forget less, get things done, and relax.

Prints help information.
Omit any leading labels or symbols. Recommended for use in shell scripts.
Omit any output at all.
Prints version information.
Prints more information, like when an item was created.

Use a programmatic FORMAT. Options include: [csv, json, json-compact, tsv]
Manage items in a specific STACK. If no STACK is provided, it will use "sigi" by default. It's recommended to use shell aliases to access your stacks. (See EXAMPLES below.)
(Advanced) Manage sigi stacks in a specific directory. The default is either the value of a SIGI_HOME environment variable or your OS-specific home directory [aliases: dir, directory, store]

-
Read input lines from standard input. Same commands as interactive mode, but only prints for printing commands. Intended for use in unix pipes
Move the current item to "<STACK>_history" and mark as completed [aliases: done, finish, fulfill]
Print the total number of items in the stack [aliases: size, length]
Move the current item to "<STACK>_history" and mark as deleted. [aliases: pop, remove, cancel, drop]
Move all items to "<STACK>_history" and mark as deleted [aliases: purge, pop-all, remove-all, cancel-all, drop-all]
Edit the content of an item. Other metadata like creation date is left unchanged
Print the first N items [aliases: top, first]
Prints a help message or the help of the given subcommand(s)
Run in an interactive mode [aliases: i]
Prints "true" if stack has zero items, or prints "false" (fails with a nonzero exit code) if the stack does have items [aliases: empty]
Print all items [aliases: ls, snoop, show, all]
Print all stacks [aliases: stacks]
Move current item to another stack
Move all items to another stack
Cycle to the next item; the current item becomes last [aliases: later, cycle, bury]
Print the first item. (This is the default behavior when no command is given) [aliases: show]
Move items to the top of stack by their number
Create a new item [aliases: create, add, do, start, new]
Rotate the three most-current items [aliases: rotate]
Swap the two most-current items
Print the last N items [aliases: bottom, last]

Use subcommands in interactive mode directly. For example:

🌴 ▶ push a new thing
Created: a new thing
🌴 ▶ peek
Now: a new thing
🌴 ▶ delete
Deleted: a new thing
Now: nothing
🌴 ▶ exit
exit: Buen biåhe!

No OPTIONS (flags) of subcommands are understood in interactive mode.

The ; character can be used to separate commands.

The following additional commands are available:

?
Show the short version of
Clear the terminal screen
Change to the specified stack [aliases: stack]
Quit interactive mode [aliases: quit, q]

See: https://github.com/sigi-cli/sigi

J.R. Hill https://so.dang.cool

May 29, 2024 version 3.7.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.