Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / fadeevab/cliclack issues and pull requests
#84 - [bug] Terminal SIGINT not handled gracefully during .input() calls
Issue -
State: closed - Opened by christophercolumbusdog about 1 month ago
- 3 comments
#83 - Added accounting for terminal size
Pull Request -
State: open - Opened by BjornTheProgrammer 3 months ago
- 13 comments
#81 - add basic Vim key binds
Pull Request -
State: closed - Opened by jamie-owen 5 months ago
- 3 comments
#80 - feat: 🚧 Working on skippable selects
Pull Request -
State: closed - Opened by romancitodev 5 months ago
- 4 comments
#79 - [improvement] Add some pagination to `Select<T>`
Issue -
State: open - Opened by romancitodev 5 months ago
- 5 comments
#78 - [improvement] add `required()` to `Select<T>`
Issue -
State: closed - Opened by romancitodev 5 months ago
- 21 comments
#77 - feat(multiprogress): add `insert` function
Pull Request -
State: closed - Opened by beeb 5 months ago
- 5 comments
#76 - feat(multiprogress): add `println` function
Pull Request -
State: closed - Opened by beeb 5 months ago
- 2 comments
#75 - feat(multiprogress): add `println` and `insert` functions
Pull Request -
State: closed - Opened by beeb 5 months ago
- 4 comments
#74 - Option to display a message above a ProgressBar or MultiProgress
Issue -
State: closed - Opened by beeb 6 months ago
- 5 comments
#73 - add support for windowing in select
Pull Request -
State: closed - Opened by cylewitruk 6 months ago
- 6 comments
#72 - implementation of implicit optional for input
Pull Request -
State: closed - Opened by cylewitruk 6 months ago
- 5 comments
#71 - [docs] Ensure code docs for all functions
Issue -
State: closed - Opened by cylewitruk 6 months ago
- 2 comments
#70 - Re-export of the `StringCursor` to support overriding some `Theme` methods
Pull Request -
State: closed - Opened by fadeevab 6 months ago
- 2 comments
#69 - Fix the empty message verification of the ProgressBar (spinner)
Pull Request -
State: closed - Opened by fadeevab 6 months ago
#68 - [improvement] Add an `optional()` method for prompts triggering the return of `Option<T>`
Issue -
State: closed - Opened by cylewitruk 6 months ago
- 6 comments
#67 - Unable to overwrite `format_input` in `theme` trait
Issue -
State: closed - Opened by jorddn 6 months ago
- 5 comments
#66 - [feature request] Multi-select
Issue -
State: closed - Opened by cylewitruk 6 months ago
- 2 comments
#65 - [bug] spinner `clear()` leaves artifacts when used in a procedural input flow
Issue -
State: closed - Opened by cylewitruk 6 months ago
- 2 comments
#64 - [bug] issues when rendering a select whose items are longer than the active terminal viewport
Issue -
State: open - Opened by cylewitruk 6 months ago
- 3 comments
#63 - Add option to allow empty passwords
Pull Request -
State: closed - Opened by edwardgeorge 7 months ago
- 1 comment
#62 - Enhance/multiline end home
Pull Request -
State: closed - Opened by kingwingfly 8 months ago
#61 - fix/double_delete_in_edit_mode
Pull Request -
State: closed - Opened by kingwingfly 8 months ago
#60 - improve/multiline-double-esc
Pull Request -
State: closed - Opened by kingwingfly 8 months ago
- 1 comment
#59 - ESC to switch to view mode and any other keys back.
Pull Request -
State: closed - Opened by fadeevab 8 months ago
#58 - fix: render bug when cursor is \n
Pull Request -
State: closed - Opened by kingwingfly 8 months ago
#57 - improve: make `Input::on` more maintainable
Pull Request -
State: closed - Opened by kingwingfly 8 months ago
- 8 comments
#56 - fix: multiline placeholder gray
Pull Request -
State: closed - Opened by kingwingfly 8 months ago
#55 - fix: when cancelled, only the first line is strikethrough
Pull Request -
State: closed - Opened by kingwingfly 8 months ago
- 1 comment
#55 - fix: when cancelled, only the first line is strikethrough
Pull Request -
State: closed - Opened by kingwingfly 8 months ago
- 1 comment
#54 - Feature: Multiline editing for `Input`
Pull Request -
State: closed - Opened by fadeevab 8 months ago
- 10 comments
#53 - Fix multi-progress bar stopping with cleared spinner
Pull Request -
State: closed - Opened by fadeevab 8 months ago
#52 - Implement filter_mode for both select and multiselect prompts
Pull Request -
State: closed - Opened by fadeevab 8 months ago
#51 - Feature/multiline
Pull Request -
State: closed - Opened by kingwingfly 8 months ago
- 14 comments
#50 - [new feature] multi-lines Input
Issue -
State: closed - Opened by kingwingfly 8 months ago
- 8 comments
#49 - Implement `filter_mode` for both `select` and `multiselect` prompts
Pull Request -
State: closed - Opened by fadeevab 9 months ago
- 6 comments
#48 - Move filter fields into the `FilterMode` structure
Pull Request -
State: closed - Opened by fadeevab 9 months ago
- 5 comments
#47 - Adding filter select
Pull Request -
State: closed - Opened by antoinePutmans 10 months ago
- 13 comments
#46 - [bug] The GIF of multi-progress bars has a mistake of how they stop
Issue -
State: closed - Opened by fadeevab 10 months ago
- 2 comments
#45 - [problem] Issue when publishing a crate dependent on `cliclack`
Issue -
State: closed - Opened by cylewitruk 10 months ago
- 2 comments
#41 - [chore] Replace `Mutex` with `RwLock` for themes
Issue -
State: open - Opened by cylewitruk 10 months ago
- 2 comments
#39 - [improvement] add note styles for all theme states
Issue -
State: open - Opened by cylewitruk 10 months ago
- 2 comments
#38 - [improvement] text wrapping improvements
Issue -
State: open - Opened by cylewitruk 10 months ago
- 4 comments
#37 - Add error handling for empty list in multiselect and select modules
Pull Request -
State: closed - Opened by fadeevab 10 months ago
- 3 comments
#36 - [bug] Regression in MultiProgress symbols
Issue -
State: closed - Opened by cylewitruk 10 months ago
- 5 comments
#34 - Use 1 space gap inside of the multi-progress bars
Pull Request -
State: closed - Opened by fadeevab 10 months ago
- 4 comments
#33 - [findings] findings from multi-progress
Issue -
State: closed - Opened by cylewitruk 10 months ago
- 20 comments
#32 - Re-implemented `spinner` through the `ProgressBar`
Pull Request -
State: closed - Opened by fadeevab 10 months ago
- 3 comments
#31 - Implement `ProgressBar` and `MultiProgress`
Pull Request -
State: closed - Opened by fadeevab 10 months ago
- 11 comments
#30 - [thought] context/state-aware `clack` type for managing sequences
Issue -
State: closed - Opened by cylewitruk 10 months ago
- 4 comments
#29 - [Bug] Crash in `select` component when no items added
Issue -
State: closed - Opened by cylewitruk 10 months ago
- 6 comments
#28 - Provide additional default themes and/or theme examples
Issue -
State: closed - Opened by cylewitruk 10 months ago
- 2 comments
#27 - [Feature] Multi-progress bars
Pull Request -
State: closed - Opened by cylewitruk 10 months ago
- 6 comments
#26 - [Feature] Better multi-line support for prompt elements
Pull Request -
State: closed - Opened by cylewitruk 10 months ago
- 13 comments
#25 - [Feature] `outro_note()`
Pull Request -
State: closed - Opened by cylewitruk 10 months ago
- 5 comments
#24 - [Feature] Custom prompt/element spacing
Pull Request -
State: closed - Opened by cylewitruk 10 months ago
- 3 comments
#23 - [Feature] Progress bars
Pull Request -
State: closed - Opened by cylewitruk 10 months ago
- 6 comments
#22 - [feature request] ability to disable the extra newline after each log/prompt
Issue -
State: closed - Opened by cylewitruk 10 months ago
- 6 comments
#21 - [feature request] progress bars
Issue -
State: closed - Opened by cylewitruk 10 months ago
- 5 comments
#20 - [feature request] better support for multiline text
Issue -
State: closed - Opened by cylewitruk 10 months ago
- 4 comments
#19 - Improvements to `Select`
Pull Request -
State: closed - Opened by samuela about 1 year ago
- 8 comments
#18 - Extend `Spinner`'s API with `error` and `cancel`
Pull Request -
State: closed - Opened by fadeevab about 1 year ago
- 2 comments
#17 - Fix display width calculation in cliclack::note prompt
Pull Request -
State: closed - Opened by samuela about 1 year ago
#16 - Make it validate input continuously
Pull Request -
State: closed - Opened by fadeevab about 1 year ago
- 9 comments
#15 - Support `Ctrl` modifier: `Ctrl-ArrowLeft/Right/Backspace`
Pull Request -
State: closed - Opened by fadeevab about 1 year ago
- 4 comments
#14 - duplicate cursors when using over SSH
Issue -
State: open - Opened by samuela about 1 year ago
- 5 comments
#13 - Improve `note` widget rendering considering colors and emojis display width
Pull Request -
State: closed - Opened by fadeevab about 1 year ago
- 3 comments
#12 - `cliclack::note` does not correctly calculate text width when handling ANSI escape codes and emojis
Issue -
State: closed - Opened by samuela about 1 year ago
- 2 comments
#11 - `cliclack::note` does not respect terminal width
Issue -
State: closed - Opened by samuela about 1 year ago
- 3 comments
#10 - [feature request] stop spinner with a success or error state
Issue -
State: closed - Opened by samuela about 1 year ago
- 8 comments
#9 - Add support for Alt-Left/Right and Alt-Backspace editing
Pull Request -
State: closed - Opened by samuela about 1 year ago
- 3 comments
#8 - Add support for Ctrl-C handling
Pull Request -
State: closed - Opened by samuela about 1 year ago
- 4 comments
#7 - cliclack does not return cursor correctly on ctrl-c
Issue -
State: closed - Opened by samuela about 1 year ago
#6 - [feature request] fuzzy select search
Issue -
State: closed - Opened by samuela about 1 year ago
- 8 comments
Labels: enhancement
#5 - [feature request] support for keyboard shortcuts like alt+{left, right, backspace}
Issue -
State: closed - Opened by samuela about 1 year ago
#4 - [feature request] validation on every input change, not just when enter is pressed
Issue -
State: closed - Opened by samuela about 1 year ago
- 4 comments
#3 - Enable addition of items as a collection for 'select' and 'multiselect' components
Pull Request -
State: closed - Opened by petrsapak about 1 year ago
- 3 comments
#2 - Cursor remains hidden at the end of interactive mode
Issue -
State: closed - Opened by jayv over 1 year ago
- 5 comments
#1 - Fix confirm's initial value
Pull Request -
State: closed - Opened by fitztrev over 1 year ago
- 3 comments