dropbox-ignore-anywhere

1.0.4 • Public • Published

Dropbox Ignore

npm version npm downloads Commitizen friendly semantic-release Build Status license

Tested on Windows 10, macOS and Linux. If you found a bug let me know.

Table of Contents

Usage

# learn how to use it
npx dropbox-ignore-anywhere --help

# ignore file or folder
npx dropbox-ignore-anywhere ignore <path>

# revoke ignore file or folder
npx dropbox-ignore-anywhere revoke <path>

# install the cli to your system
npm i dropbox-ignore-anywhere -g

# use it
di ignore <path>

Add Windows Context Menu

Download Add_Ignore_From_Dropbox_Context_Menu.reg under here and execute it.

You can remove this with Remove_Ignore_From_Dropbox_Context_Menu.reg file.

Note: Change the file if not fit your needs. For an example, Dropbox location may not same. Check before proceed.

Windows Context Menu

Development

# clone the project
git clone https://github.com/ridvanaltun/dropbox-ignore-anywhere.git

# go to the project folder and install dependencies
cd dropbox-ignore-anywhere && npm install

# for ability to test the cli, link it
npm link

# commit your changes with commitizen then push it
npm run commit && git push

# if no need for test or development, unlink it
npm unlink -g

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i dropbox-ignore-anywhere

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

41.8 kB

Total Files

24

Last publish

Collaborators

  • ridvanaltun