Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/shreyas-ashtamkar/file-mark
- Owner: Shreyas-Ashtamkar
- License: mit
- Created: 2020-11-22T07:21:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T06:25:50.000Z (about 4 years ago)
- Last Synced: 2024-10-14T11:49:17.400Z (3 months ago)
- Topics: bookmark, bookmarks-manager, debian, debian-packages, file-bookmark, file-manager, filesystem, python, python3, smart, smart-bookmarks
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```