Skip to content

start (s)

moiSentineL edited this page Aug 3, 2024 · 5 revisions

TL;DR

If you gotta fart, you gotta start.

That means, if you want to start a flow session (the countdown thing), you need to run flomo start, or flomo s.

More Stuff

You have a few options:

flomo s -t <tag> -n <name>
  • You can add your preferred tag for the session just after the -t or --tag argument.
    • Make sure to put a " " around the tag if it has spaces (oh you're nasty one!)
  • You can specify the session name after the -n or --name argument.
    • Again, make sure to put a " " around it.

Example

If I run a command like:

flomo s -t study -n "trigonometry mfers"

It will show:

flow-start.png


Next Up: track (t)

Back to Commands