Skarafaz / mercury

Simple Android app that sends pre-configured commands to remote servers via SSH.
GNU General Public License v2.0
115 stars 20 forks source link

command arguments #3

Closed rigid closed 9 years ago

rigid commented 9 years ago

commands should have optional arguments. Mercury would then request input from the user after command selection and before sending it. Most important would be string arguments, but since the android UI offers a rich set of input methods, also number inputs, date/time, sliders, list selections etc. could be implemented as needed.

Skarafaz commented 9 years ago

Mercury is intended to send preconfigured commands with just a tap, so providing arguments for each execution goes against the app's philosophy.