Skip to content

delete (d)

moiSentineL edited this page Aug 3, 2024 · 3 revisions

Tl;DR

"Mate, I was supposed to be studying, but I ended up scrolling Reels instead. Now, I feel that it's immoral to have a 1 hour session named 'math' in the session history. How do I delete it?"

I gotchu. Use flomo delete and it will delete the session(s) you want.

More Stuff

It's one of the complicated commands. But it's alright

How do I delete the last session?

Simply run:

flomo delete

or

flomo d

You'll be prompted if you want to delete the last session: Are you sure you want to delete the last session? [y/N]:

By default, it will answer NO, and you have to type y to delete it.

How do I delete multiple sessions?

Alright, you gotta run [[track (t)|flomo t]] first, and check those IDs out:

ids.png

Now, run:

flomo d <ID1> <ID2> ...

That means, write the IDs after flomo d.

You'll be prompted if you want to delete the last session: Are you sure you want to delete the sessions: ID3, ID2? [y/N]:

By default, it will answer NO, and you have to type y to delete it.

And you're done!

Example here,

If I run:

flomo-git d 1sZ9By 1sZ9C3

I get prompted:

Are you sure you want to delete the sessions: 1sZ9By, 1sZ9C3? [y/N]:

I answer y, and:

Deleted sessions: 1sZ9By, 1sZ9C3

~Voila!

If you run flomo t again, you'll see that the sessions are gone:

post-delete.png


Next Up: update (u)

Back to Commands

Clone this wiki locally