57 lines
1.6 KiB
YAML
57 lines
1.6 KiB
YAML
Categories:
|
|
- Development
|
|
License: GPL-3.0-only
|
|
WebSite: http://dconstructing.com
|
|
SourceCode: https://github.com/losttime/cooper
|
|
IssueTracker: https://github.com/losttime/cooper/issues
|
|
|
|
AutoName: Cooper
|
|
Description: |-
|
|
Edit files on your linux machine, even when you're on the go.
|
|
|
|
Cooper provides a touch interface for SSH, making it easy to log in to a servers
|
|
and edit files. Make simple code/configuration changes without squinting at a
|
|
tiny terminal and using a special keyboard.
|
|
|
|
Cooper does:
|
|
|
|
* Allow password based login to SSH servers
|
|
* Let you traverse the directory structure on SSH servers
|
|
* Let you open and edit files on SSH servers
|
|
* Save a list of your SSH servers (for easy access)
|
|
|
|
This app is being developed to make remote software/web-app development easier,
|
|
so future improvements will include tablet optimized layouts, a touch optimized
|
|
command execution interface (menu based with support for custom commands), and a
|
|
mechanism for jumping between open files.
|
|
|
|
Cooper does not:
|
|
|
|
* Allow command execution
|
|
* Provide root/sudo support
|
|
* Save your SSH password
|
|
* Support non-standard SSH ports
|
|
|
|
Status: Beta.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/losttime/cooper.git
|
|
|
|
Builds:
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: v1.1
|
|
subdir: cooper
|
|
gradle:
|
|
- yes
|
|
extlibs:
|
|
- cooper.ic_launcher.png
|
|
prebuild:
|
|
- mkdir src/main/res/drawable
|
|
- mv libs/cooper.ic_launcher.png src/main/res/drawable/ic_launcher.png
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.1'
|
|
CurrentVersionCode: 2
|