tmpnim

Pure Nim score 15/100 · last commit 2022-05-09 · 3 stars · tests present · no docs generated

Summary

Latest Version Unknown
License MPL-2.0
CI Status Failing
Stars 3
Forks 1
Open Issues 2
Last Commit 2022-05-09
Downloads 0
Last Indexed 2026-07-21 05:25

Installation

nimble install tmpnim
choosenim install tmpnim
git clone https://github.com/ment1na/tmpnim

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
tmpnim - - - - - - -

Source

Repository https://github.com/ment1na/tmpnim
Homepage https://github.com/ment1na/tmpnim
Registry Source github

README

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