GitHub

I want to get rid of a file I no longer use


Suppose you've added .aws_commands, .k8s_commands, .work_commands and many more files in Bee.

Now you want to remove .aws_commands since you no longer need it.

It's a simple as:

bee -remove /full/path/to/.aws_commands

If you don't remember the full path, you can just use its name:

bee -remove .aws_commands

Note that unlike registering a file, Bee can use either the full path or the file name when removing.