Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivamksharma/minimalistpromptgenerator
🌟 Generate clean and customizable prompts with ease for your terminal environment. Generate, customize, and save your command line prompts effortlessly.
https://github.com/shivamksharma/minimalistpromptgenerator
bash bash-prompt bashrc cli command-line customization linux minimalist-design productivity prompt ps1-variable shell shell-customization shell-prompt terminal tools typescript webapp website zsh
Last synced: about 1 month ago
JSON representation
🌟 Generate clean and customizable prompts with ease for your terminal environment. Generate, customize, and save your command line prompts effortlessly.
- Host: GitHub
- URL: https://github.com/shivamksharma/minimalistpromptgenerator
- Owner: shivamksharma
- License: mit
- Created: 2024-11-05T12:06:07.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T17:03:12.000Z (about 1 month ago)
- Last Synced: 2025-01-03T18:19:47.870Z (about 1 month ago)
- Topics: bash, bash-prompt, bashrc, cli, command-line, customization, linux, minimalist-design, productivity, prompt, ps1-variable, shell, shell-customization, shell-prompt, terminal, tools, typescript, webapp, website, zsh
- Language: TypeScript
- Homepage: https://bashrcgenerator.vercel.app
- Size: 68.4 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
# Minimalist Prompt Generator
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)](https://github.com/shivamksharma/MinimalistPromptGenerator)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/shivamksharma/MinimalistPromptGenerator/pulls)A sleek and modern PS1 prompt generator with a minimalist design.
## 🚀 Overview
**Minimalist Prompt Generator** is a sleek and user-friendly tool for creating personalized PS1 shell prompts with ease. Built with a focus on simplicity, it offers a clean and intuitive interface, making it easy to design prompts that elevate your terminal experience while maintaining a minimalist aesthetic. With a minimalist design and an intuitive interface, it enhances your terminal experience by letting you create prompts that are both functional and visually appealing.
This is inspired by the functionality and simplicity of Bashrc Generator.
## ✨ Features
- **Visual Editor**: Drag-and-drop elements to design your prompt.
- **Real-time Preview**: See your prompt changes instantly.
- **Syntax Customization**: Adjust colors, styles, and layout to match your preferences.
- **Export Options**: Save your custom PS1 prompt as text, HTML, or Markdown.
- **Save & Load Configurations**: Easily store and retrieve custom configurations.
- **Help & Documentation**: Quick syntax guide, keyboard shortcuts, and feedback support.## 🔧 Installation
Clone the repository:
```bash
git clone https://github.com/shivamksharma/MinimalistPromptGenerator.git
```Navigate into the project folder:
```bash
cd MinimalistPromptGenerator
```Install dependencies:
```bash
npm install
```Run the development server:
```bash
npm run dev
```## 🖼️ Screenshots
![]()
![]()
## 📽️ Video Preview
![]()
## 📖 Usage
1. Open the app in your browser.
2. Drag elements from the sidebar to the visual editor.
3. Customize each element's color and style.
4. See your prompt changes instantly in the preview.
5. Export or save your configuration.## 💼 Export Options
- **Plain Text**: Copy the generated prompt code directly.
- **HTML Code Block**: For use in documentation.
- **Markdown Code Block**: Easily share in Markdown files.## 📚 Help & Documentation
The app provides:
- A syntax guide for PS1 prompt elements and color codes.
- Keyboard shortcuts to enhance your workflow.
- A support link for feedback and bug reporting.## 🛠️ Contributing
Contributions are welcome! Please open issues or submit pull requests to improve the project.
## 📝 License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/shivamksharma/MinimalistPromptGenerator/blob/main/LICENSE) file for more details.