Skip to content

Releases: iostreamer-X/FuncShell

0.1.0.1

03 May 08:37
Compare
Choose a tag to compare

Fixed bug where filtering led to 'Prelude.head: empty list'

While checking if header should be added or not I was not checking if the returned list is empty or not.

So, when doing ps |fsh -p table 'filter (\(pid:_)-> read pid > 90000)' which will return nothing if no PIDs are greater than 90000, the program will simply crash.

Now it displays proper header.

0.1.0.0

30 Apr 20:45
Compare
Choose a tag to compare

Make sure libgmp-dev is installed.