gnu-koryavov icon indicating copy to clipboard operation
gnu-koryavov copied to clipboard

A command line tool for searching solutions in Koyravov book.

Results 9 gnu-koryavov issues
Sort by recently updated
recently updated
newest added

![Screenshot_20221110_101332](https://user-images.githubusercontent.com/89396128/201024778-b7266214-b9a9-4613-a1cb-87c55ec4f751.png)

bug

### Issue Flag -o that opens book in specific page is not very cool. Some _books may be cut_, so there is **little nasty offset**. Command: `./run.sh -s 2 -n...

enhancement
good first issue

Consider the following possibility: if Koryavov doesn't have the necessary task you can make a request to open one of the other sources (e.g. the corresponding Google-drive with solved tasks...

enhancement
help wanted
good first issue

We need to add `bc` to `dependencies` or remove `bc` at all

bug

# Description It seems `-h` has inappropriate indents and formatting that should be fixed

documentation

It will be good to make packages in new formats like ```deb```. I think, the best way to build deb-package is automatic building with ```GNU make``` or other building systems....

enhancement

# Description There were some issues and misunderstandings with `home/user/gnu-koryavov/` installation path (e.g. it had conflicts with the same directory when cloning `gnu-koryavov` repo to the home directory). I decided...

# Description An error occurs when trying to execute this code on OSX ```shell filesize=$(stat --format="%s" /tmp/gnu-koryavov/${sem}-${zad}.tmp) if [[ $filesize -eq 0 ]]; then rm /tmp/gnu-koryavov/${sem}-${zad}.tmp fi ``` This code...

bug
help wanted