Metadata-Version: 2.1
Name: filemark
Version: 0.1.0
Summary: A Python-built Command line tool for bookmarking and smartly-reopening project folders (for developers)
Home-page: https://github.com/Shreyas-Ashtamkar/File-Mark
Author: Shreyas Ashtamkar
Author-email: shreyu@programmer.net
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: autopep8 (>=1.5.4)
Requires-Dist: pycodestyle (>=2.6.0)
Requires-Dist: tabulate (>=0.8.7)
Requires-Dist: toml (>=0.10.2)


# File-Mark

<b>Filemark</b> 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 <b>bookmarking</b> of files/folders.

<br>

***
<br>

## INSTALLATION
```shell
sudo pip install filemark
```

***
<br>

## SYNOPSIS

```shell
usage: filemark [OPTION] [FILE_OR_FOLDER]
```

***
<br>

## OPTIONS:

| Short |     Options       |        ARGS        |                         Description                          |
| ----- | ----------------- |--------------------| ------------------------------------------------------------ |
| `-v`  |   `--version`     |                    |  Display Version Information of Command<br>                  |
| `-h`  |   `--help`        |                    |  Display this HELP message.<br>                              |
| `-a`  |   `--add`         |    FILE \| FOLDER  |  Bookmark some particular File or Folder <br>                |
| `-s`  |   `--show`        |      BOOKMARK      |  Show bookmarked items <br>                                  |
|       |   `--show-only`   |                    |  Show details of some specific bookmarked item <br>          |
|       |   `--show-all`    |                    |  Show all the currently set bookmarks. <br>                  |
| `-o`  |   `--open`        |      BOOKMARK      |  Open a specific bookmarked file location. Open IDE. <br>    |
| `-a`  |   `--delete`      |    FILE \| FOLDER  |  Delete a bookmarked entry<br>                               |
|       |   `--full-path`   |    TRUE \| FALSE   |  Extra Flag with --show to entire path (not short). <br>     |
|       |   `--not-smart`   |    TRUE \| FALSE   |  Extra Flag with --open for terminal-open only. <br>         |


***
<br>

## EXAMPLE :

```python
#COMING SOON
```


