Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishantwrp/sublime-backup-cli
A simple command line tool to backup / sync your sublime snippets
https://github.com/nishantwrp/sublime-backup-cli
appdirs click configparser python3 requests
Last synced: 2 months ago
JSON representation
A simple command line tool to backup / sync your sublime snippets
- Host: GitHub
- URL: https://github.com/nishantwrp/sublime-backup-cli
- Owner: nishantwrp
- License: apache-2.0
- Created: 2019-07-13T15:18:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T18:06:05.000Z (over 4 years ago)
- Last Synced: 2024-10-17T16:17:12.383Z (3 months ago)
- Topics: appdirs, click, configparser, python3, requests
- Language: Python
- Homepage: https://pypi.org/project/sublime-backup/
- Size: 15.6 KB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sublime-backup
[![PyPI version](https://badge.fury.io/py/sublime-backup.svg)](https://badge.fury.io/py/sublime-backup) [![Downloads](https://pepy.tech/badge/sublime-backup)](https://pepy.tech/project/sublime-backup)
----
## About
> A simple command line tool to backup / sync your sublime snippets---
## Supported OS
> Windows , Linux , OS X---
## Documentation### Installation
```python
pip install sublime-backup
```### Info / Instructions
```bash
sublime-backup
```### Backup Snippets
```bash
sublime-backup --update
```### Get Snippets
```bash
sublime-backup --get
```### Logout
```bash
sublime-backup --logout
```### Display Help
```bash
sublime-backup --help
```----
## Technical Stack
- Python 3
- Click----
## Backend Server
- [Github Repo](https://github.com/nishantwrp/sublime-backup-backend)
- [Deployment](https://sublime-backup.herokuapp.com/)----
## Development
- Clone this repo `git clone https://github.com/nishantwrp/sublime-backup-cli.git`
- `cd sublime-backend-cli`
- Create a virtual environment `virtualenv -p python3 venv`
- Activate virtual environment `source venv/bin/activate` for linux
- Install The Package `pip install --editable .`----
## License
> Apache 2.0