spring-shell icon indicating copy to clipboard operation
spring-shell copied to clipboard

Spring based shell

Results 107 spring-shell issues
Sort by recently updated
recently updated
newest added

Let's say the options are an enum of DayOfWeek; and each day has an associated number and color (just for the sake of an example). ```java public enum DayOfWeek {...

status/need-triage

- Bump node-pty from 0.11.0-beta19 to 1.0.0 - Bump xterm-headless from 4.18.0 to 5.5.0 - Rename xterm-headless to @xterm/headless as per https://www.npmjs.com/package/xterm-headless - Unpin Python 3.11 in e2e test by...

There are cases where mouse support should not be active as it will generally speaking hijack some things and is pointless if mouse if not needed. One case i.e. is...

This PR is intended to fix issue [GH-277](https://github.com/spring-projects/spring-shell/issues/277). Idea: we parse a line and then evaluate despite it is commented. If there is a quote inside of comment then we...

In its simplest form `ProgressView` can have a spinner giving indication that something is happening. This spinner is driven by events send into an eventloop which ultimately causes redraw and...

Hi, I think CommandRegistration.Builder can be upgraded by following new SecurityFilterChain's builder usage from Spring Security ```java @Bean public CommandRegistration myCommand() { return CommandRegistration.builder() .command("my-command") .withOption() .longName("option1") .required() .type(String.class) .and()...

type/enhancement

This is an issue to add initial support for syntax highlighting powered by [treesitter.](https://tree-sitter.github.io/) Treesitter is a c language based library providing fast opinionated parsing of a different language syntaxes(aka...

type/enhancement