Skip to content

gowriter/shellpane

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shellpane

  • BE

    • specs.yaml -> shellpane.yaml

    • specs.yaml makes specs a field

    • add input validation

    • default values

    • add view description

      • view add steps, e.g. to verify and confirm
    • add tags

      • should be possible to define a color
    • output stderr

    • add tests

    • add width

    • permissions

    • steps

  • FE

    • hide command
    • description
    • scroll to top after command execution
    • autocomplete
    • download extension
    • disable input when loading
    • update indicator
    • always print stdout and stderr!
    • print statuscode
env:
- name: DIR
  validator: `^[A-Za-z0-9_./-]{1,15}$`
  validate:
    mustMatch: `^[A-Za-z0-9_./-]{1,15}$`
    isRequired: true
    isNumeric: true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 80.2%
  • TypeScript 12.6%
  • CSS 4.0%
  • HTML 2.3%
  • Other 0.9%