Commit graph

9 commits

Author SHA1 Message Date
5dc9192977 * improve docs and add img.svg 2024-04-24 12:47:31 +05:30
791ff29e20 * use illwill to implement getch with timeout 0
* [regression] from crossPlat, fixed by using rsplit
* reindent call, unneccesary indentations confuse the devs
* added illwill in readme/cites
* getCurrentSongV2 matured, getCurrentSong disasbled

[1] illwill has some good implementation, we will clone it and remove dead code

[2] when we implemented unixToNativePath it seems for subdirectories, it gets
    the absolute path when showing the name

[3] if elif linkCheck intends the entire implmentation of call just to avoid return

[4] comeon its just good practice to cite people
2024-04-06 11:09:13 +01:00
92e916e666 *[docs]place what we give you in the above
*[refraction]use export to not import terminal in main
*[design]replace rsplit to split (functionally latter make sense)
2024-04-05 10:02:36 +01:00
8315be9727 *[docs] update and improve the docs
*[crossPlat]use proc`/` completely
2024-04-03 11:32:18 +01:00
antonl05
1d73fafb9a [LAST_COMMIT]*add links *add BadLinkCheck *rm checkHttpsOnly var link 2022-06-05 22:22:56 +05:30
antonl05
ba63be6594 * move gitea to github 2022-01-29 17:34:50 +05:30
antonl05
ecc8b383ed * add cites
* remove unfilled doc comments
* add few comments
2021-12-17 21:55:25 +05:30
antonl05
4caa60c998 * add doc/rstcommon.rst for compatability (from nim stdlib) and include it in doc/*.rst
* shave some -- in doc/installation.rst
* ``` -> :: (for github)
* add slackware dependency installation instructions
* remove releaseBuild.sh and add nim.cfg as replacement
* add info about precompiled pkgs in doc/installation.rst
* add info about controls in doc/user.rst
* add more docComments to src/base/client, finish commenting type-enums
* find defaultArgs bug and comment it for later fixation
* increase sleeping time for better viweing.
* add koch.nim for automated packaging
2021-11-08 15:06:19 +05:30
antonl05
808cdc7c0e * delete unneeded TERMS file(copy of LICENSE)
* point notes to look at LICENSE when `t`
* pnimrp.d/ -> assests/ and make app adapt
* make clear what libmpv means in client
* make clear for c2nim cite
* add imports section adding terminal
* add more documentation comments (with examples for some
    from libmpv/mpv/client.h) at client.nim for some types
* preadd documentation comments for whole of client
* make clear that dragonflybsd is unsupported temporarily
* remove unwanted imports at player
* merge player and call as one proc
* minor condensation: add sleeping at warn in term and re adjust procs
* fixBug: put () at term.warn() at not so it works correctly
* move term.back() back.sayC() to deprecated
* "181FM" -> "FM181", so to better match with code
2021-11-04 21:04:41 +05:30