Coder Social home page Coder Social logo

menuview's Introduction

shell 菜单渲染

一、介绍

  • 使用函数传参形式 遍历参数 输出终端选项
  • 已连续数字形式接受用户输入并执行对应函数
  • 有需要添加其他自定义指令选项可以直接在if elif 后继续添加
  • 再也不需要头疼 echo printf.. 打印格式 堆case in 1) 2) esac ...

二、使用

  1. 引入menu函数

一般把函数复制进自己的脚本即可

  1. 定义自定义的数组 格式固定
options=("选项1" options1 "选项2" options2 "选项3" options3 )

选项1 终端显示

options1 自定义的函数名

  1. 执行函数调用 并传参
menu "${options[@]}"

其他用法见 example.sh 也可以参考 https://github.com/sshpc/initsh

三、示例

>~~~~~~~~~~~~~~ xxx ~~~~~~~~~~~~<  版本:v0.1.0

当前菜单: 主页 

1: 选项1           2: 选项2

3: 选项3           4: 选项4

q: 退出    0: 返回主页

请输入命令数字: 

menuview's People

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.