Filemark This is a Simple Files' Bookmarks Manager.
Making developers' life easy by helping to bookmark a certain folder and opening smartly opening the requiredPP softwares on basis of what development you do.
The open-the-file behavior is configurable easily.
The Main purpose of this is to handle bookmarking of files/folders.
sudo pip install filemark
usage: filemark [OPTION] [FILE_OR_FOLDER]
Short | Options | ARGS | Description |
---|---|---|---|
-v |
--version |
Display Version Information of Command |
|
-h |
--help |
Display this HELP message. |
|
-a |
--add |
FILE | FOLDER | Bookmark some particular File or Folder |
-s |
--show |
BOOKMARK | Show bookmarked items |
--show-only |
Show details of some specific bookmarked item |
||
--show-all |
Show all the currently set bookmarks. |
||
-o |
--open |
BOOKMARK | Open a specific bookmarked file location. Open IDE. |
-a |
--delete |
FILE | FOLDER | Delete a bookmarked entry |
--full-path |
TRUE | FALSE | Extra Flag with --show to entire path (not short). |
|
--not-smart |
TRUE | FALSE | Extra Flag with --open for terminal-open only. |
#COMING SOON