Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GameGodS3/DropPoint
Make drag-and-drop easier using DropPoint. Drag content without having to open side-by-side windows
https://github.com/GameGodS3/DropPoint
dropover-alternative electron electron-app electronjs hacktoberfest hacktoberfest-accepted javascript linux macos productivity utility windows windows-10
Last synced: 3 months ago
JSON representation
Make drag-and-drop easier using DropPoint. Drag content without having to open side-by-side windows
- Host: GitHub
- URL: https://github.com/GameGodS3/DropPoint
- Owner: GameGodS3
- License: gpl-3.0
- Created: 2021-06-16T15:32:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T05:47:43.000Z (over 1 year ago)
- Last Synced: 2024-10-18T16:38:12.866Z (3 months ago)
- Topics: dropover-alternative, electron, electron-app, electronjs, hacktoberfest, hacktoberfest-accepted, javascript, linux, macos, productivity, utility, windows, windows-10
- Language: CSS
- Homepage: https://droppoint.netlify.app/
- Size: 5.95 MB
- Stars: 830
- Watchers: 8
- Forks: 57
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - DropPoint - Make drag-and-drop easier using DropPoint. Helps to drag content without having to open side-by-side windows. ![javascript_icon] (Applications / Productivity)
- open-source-mac-os-apps - DropPoint - Make drag-and-drop easier using DropPoint. Helps to drag content without having to open side-by-side windows. ![javascript_icon] (Applications / Productivity)
README
# DropPoint - Make Drag 'n' Drop easier [![Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2FGameGodS3%2FDropPoint)](https://twitter.com/intent/tweet?text=Checkout%20this%20cool%20project!&url=https%3A%2F%2Fgithub.com%2FGameGodS3%2FDropPoint)
![DropPoint](https://github.com/GameGodS3/DropPoint/raw/main/static/media/droppoint-social-cover.jpg)
Make drag-and-drop easier using DropPoint!
DropPoint helps you drag content without having to open side-by-side windows
Works on **Windows**, **Linux** and **MacOS**.
## Table of Contents
- [:sparkles: Demo](#sparkles-demo)
* [Across maximized windows in the same desktop](#across-maximized-windows-in-the-same-desktop)
* [Across windows in different virtual desktops/workspaces](#across-windows-in-different-virtual-desktopsworkspaces)
- [:package: How to Install (Normal Installation)](#package-how-to-install-normal-installation)
- [:v: Usage](#v-usage)
- [:gear: Developer Installation](#gear-developer-installation)
- [:star: Contribution](#star-contribution)
- [:heart: Credits](#heart-credits)
- [Related](#related)## :sparkles: Demo
### Across maximized windows in the same desktop
![Drag between windows](https://i.imgur.com/QkUPoOb.gif)
### Across windows in different virtual desktops/workspaces
![Drag between desktops](https://i.imgur.com/WElktc0.gif)
## :package: How to Install (Normal Installation)
Go to the [Releases Page](https://github.com/GameGodS3/DropPoint/releases) to download the latest releases
- Windows
- Download `DropPoint-1.x.x-win.zip` from Releases and extract to a blank folder. Run `DropPoint.exe`.
- To enable stickyness across Virtual Desktops (Windows) go to Task view while DropPoint is running, right click it and tick **"Show Window from this app on all Desktops"**. Stickyness in other Operating Systems works by default.
- Mac
- Download `DropPoint-1.x.x-intel.dmg` or `DropPoint-1.x.x-arm64-Apple-Silicon.dmg`(for Apple M1 Devices only) from Releases and install. Open "System Preferences > Security & Privacy > Open Anyway"
- Linux
- All Linux Distros: Download `DropPoint-1.x.x.AppImage` to run.
- Debian-based Distros (Ubuntu, Mint, PopOs, etc): Download `droppoint_1.x.x_amd64.deb`.
- Arch-based Distros (Manjaro, Arch, etc.): Download `droppoint-1.x.x.tar.gz`
- RHEL-based Distros (Fedora, Red Hat, etc): Download `droppoint-1.x.x.x86_64.rpm`.## :v: Usage
- Drag and drop any file(s) or folder from the system into DropPoint, go to your desired location and drag it out.
- App minimises to tray by default when you close the instance. To open instance, click on system tray. To quit, right click on tray icon > Quit.
- While DropPoint is in the system tray, pressing Shift + Caps Lock anywhere in your PC would create a new instance of DropPoint, at mouse location. (as tested on Windows and Linux) (the shortcut is Shift + Tab on MacOs)## :gear: Developer Installation
**You must have NPM and Git installed in your PC**
1. Clone repo and change into directory
```bash
git clone https://github.com/GameGodS3/DropPoint.git
cd DropPoint
```
2. Install dependencies and run
```bash
npm install
npm start
```
## :star: Contribution
Contributions are welcome 😃.Please do refer to our [Contributing Guidelines](https://github.com/GameGodS3/DropPoint/blob/main/docs/CONTRIBUTING.md) and [Pull Request Templates](https://github.com/GameGodS3/DropPoint/blob/main/docs/PULL_REQUEST_TEMPLATE.md) before making a Pull Request.
## :heart: Credits
- Huge thanks to [Ajay Krishna KV](https://github.com/AJAYK-01) for CI/CD and Releases
- Fluent icons from [Icons8](https://icons8.com)## Related
- Project inspired from [Dropover app](http://dropoverapp.com) in MacOS
- For a Linux friendly and GTK-based alternative, checkout [PyDrop](https://github.com/Roshan-R/PyDrop)