Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mscottblake/select-line
Atom package - Select a line by clicking the line number.
https://github.com/mscottblake/select-line
Last synced: about 9 hours ago
JSON representation
Atom package - Select a line by clicking the line number.
- Host: GitHub
- URL: https://github.com/mscottblake/select-line
- Owner: MScottBlake
- License: mit
- Created: 2014-03-29T10:03:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-02T04:17:30.000Z (almost 11 years ago)
- Last Synced: 2023-08-21T23:31:16.329Z (over 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 195 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Select Line Package
Select an entire line (including the end of line character) by clicking on the line number.
## Installation
```bash
apm install select-line
```
or
```bash
cd ~/.atom/packages
git clone https://github.com/MitchelSBlake/select-line
```