alichtman / alichtman/rofi-insect
Crashes if `-NUMBER` is entered after an expression has been calculated
Open
- Dominant language
- Shell
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
```
500 + 50 [ENTER]
-4 # Crash!
```
`insect` handles this fine.
```
$ insect
>>> 500 + 50
500 + 50
= 550
>>> -4
-4
= -4
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.