All Projects → derhuerst → date-prompt

derhuerst / date-prompt

Licence: ISC License
A CLI date picker prompt.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to date-prompt

promptconfig
🖥 Craft a custom terminal prompt with JSON.
Stars: ✭ 32 (+100%)
Mutual labels:  prompt
gitprompt
Display git status in the the terminal prompt
Stars: ✭ 22 (+37.5%)
Mutual labels:  prompt
bashy
Extremely fast and simple git prompt for bash and zsh
Stars: ✭ 43 (+168.75%)
Mutual labels:  prompt
inquirer-fuzzy-path
Fuzzy file/directory search and select prompt for Inquirer.js
Stars: ✭ 69 (+331.25%)
Mutual labels:  prompt
oh-my-fish
The Fish Shell Framework
Stars: ✭ 8,403 (+52418.75%)
Mutual labels:  prompt
git-commiter
📖✨ Allows you to commit following custom rules or conventions easily
Stars: ✭ 17 (+6.25%)
Mutual labels:  prompt
lambda-pure
Pretty, minimal and fast ZSH prompt, with NodeJS version
Stars: ✭ 107 (+568.75%)
Mutual labels:  prompt
Razor.SweetAlert2
A Razor class library for interacting with SweetAlert2
Stars: ✭ 98 (+512.5%)
Mutual labels:  prompt
auto-ls
zsh plugin for auto-ls
Stars: ✭ 77 (+381.25%)
Mutual labels:  prompt
yargs-interactive
Interactive support for yargs
Stars: ✭ 40 (+150%)
Mutual labels:  prompt
Qprompt
Python library for quick CLI user prompts, input, and menus.
Stars: ✭ 46 (+187.5%)
Mutual labels:  prompt
PromptCLI
Interactive command line interface library
Stars: ✭ 30 (+87.5%)
Mutual labels:  prompt
zsh-prompt-generator
Zsh Prompt Generator
Stars: ✭ 39 (+143.75%)
Mutual labels:  prompt
powerless
Minimalistic/responsive ZSH prompt inspired by powerline.
Stars: ✭ 63 (+293.75%)
Mutual labels:  prompt
mobile-message
基于移动端的弹窗组件,默认提供info、success、warning、error、alert、confirm、multiple、vertical、bottomSheet、prompt,可自定义弹窗。它可以包含任何Html内容可以自定义弹窗的样式,也可以加入自定以的弹窗动画。
Stars: ✭ 13 (-18.75%)
Mutual labels:  prompt
zcolors
🌈 Z Colors uses your $LS_COLORS to generate a coherent theme for Git and your Zsh prompt, command line and completions.
Stars: ✭ 38 (+137.5%)
Mutual labels:  prompt
bash-cache
Transparent caching layer for bash functions; particularly useful for functions invoked as part of your prompt.
Stars: ✭ 45 (+181.25%)
Mutual labels:  prompt
apollo-zsh-theme
Heavily customizable, compatible, and fast ZSH theme framework.
Stars: ✭ 64 (+300%)
Mutual labels:  prompt
slimline
Minimal, customizable, fast and elegant ZSH prompt
Stars: ✭ 48 (+200%)
Mutual labels:  prompt
enquirer
Stylish, intuitive and user-friendly prompts, for Node.js. Used by eslint, webpack, yarn, pm2, pnpm, RedwoodJS, FactorJS, salesforce, Cypress, Google Lighthouse, Generate, tencent cloudbase, lint-staged, gluegun, hygen, hardhat, AWS Amplify, GitHub Actions Toolkit, @airbnb/nimbus, and many others! Please follow Enquirer's author: https://github.…
Stars: ✭ 6,523 (+40668.75%)
Mutual labels:  prompt

date-prompt 📅

A CLI prompt to ask for date & time.

asciicast

npm version ISC-licensed minimum Node.js version

Installing

npm install date-prompt

Usage

const datePrompt = require('date-prompt')

datePrompt('When is your birthday?')
.then(isoStr => console.log('Submitted with', isoStr))
.catch(isoStr => console.log('Aborted with', isoStr))

Related

Contributing

If you have a question or need support using date-prompt, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, use the issues page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].