Skip to content

galuhsahid/bash-prompt-editor

Repository files navigation

Bash Prompt Editor

Generates prompt to customize the terminal for ya

bash-prompt-editor-1

bash-prompt-editor-2

Development Checklist

  • Store commands
  • Reset button
  • Add custom input
  • Colors
  • Complete code store
  • Layouting
  • Add copy button
  • Refactoring

Features Checklist

  • insert emoji
  • git
  • colorize ls
  • description

💭 Contributing

If you're interested to work in improving the points above or if you have any idea, feel free to make a pull request! 🙏

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.