No description
Find a file
2022-05-09 07:36:55 +00:00
src update documentation and comments 2022-05-09 07:36:55 +00:00
LICENSE Initial commit 2022-05-07 16:52:44 +00:00
README.md Update README.md 2022-05-09 07:18:40 +00:00
tmpnim.nimble updating the library 2022-05-09 07:11:05 +00:00

tmpnim

create and remove ramdisks in nim!

the program must run as root to work properly

INSTALL:

nimble install tmpnim

USAGE:

import tmpnim
echo createRamdisk("/home/turtle/fundirectory", 4096) #create a ramdisk of 4kb in the specified directory
#if everything goes fine it will return true
echo removeRamdisk("/home/turtle/fundirectory") #remove the specified ramdisk, closing the program won't remove it automatically.
#same thing, if it returns true everything's fine.

COMPATIBILITY:

Linux

Windows

MacOS

BSD

Android (Root required)

If you encounter any problem please report it in the issue page, pull requests are accepted

never trust turtles