Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shreyas-ashtamkar/file-mark

File-Mark is a tool for debian based systems, which allowes Developers to save their working directories, for opening them later, (best incase they are switching between projects). This tool is SMART-enough to understand the contents of folders to open it in the specific softwares (IDEs) when required).
https://github.com/shreyas-ashtamkar/file-mark

bookmark bookmarks-manager debian debian-packages file-bookmark file-manager filesystem python python3 smart smart-bookmarks

Last synced: 3 months ago
JSON representation

File-Mark is a tool for debian based systems, which allowes Developers to save their working directories, for opening them later, (best incase they are switching between projects). This tool is SMART-enough to understand the contents of folders to open it in the specific softwares (IDEs) when required).

Awesome Lists containing this project

README

        

# File-Mark

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.


***

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

***

## SYNOPSIS

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

***

## OPTIONS:

| 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.
|

***

## EXAMPLE :

```python
#COMING SOON
```