Git Product home page Git Product logo

qemantra's Introduction

 _ __  ___ _ __ (_) __ _  __ _(_) _____      __
| '_ \/ __| '_ \| |/ _` |/ _` | |/ __\ \ /\ / /
| |_) \__ \ |_) | | (_| | (_| | | (__ \ V  V /
| .__/|___/ .__/|_|\__,_|\__, |_|\___| \_/\_/
|_|       |_|            |___/


 I am pspiagicw, AND YES THIS ENTIRE PROFILE IS INSIDE A CODE BLOCK.

 If you didn't already guess, I like terminals and systems programming.

 I work as a Compiler Engineer and that's where most of my passion pours into.

 Here are some projects I developed for personal use, you might find useful.

 (They should be pinned or recommended automatically).
 //==========[]=================================================================\\
 || Projects ||                           Description                           ||
 |]==========[]=================================================================[|
 || gox      || A Golang binary package manager (Something akin to pipx or npx) ||
 || qemantra || An alternative easy to use CLI frontend to KVM/QVM              ||
 || groom    || Yet another Makefile alternative for Golang                     ||
 || shog     || Serve your blogs over SSH!                                      ||
 || dotback  || Yet another dotfile backup utility (It's different I swear)     ||
 \\==========[]=================================================================//

 You may also find my blog useful or interesting. Just don't expect anything regular
 
 ========================== 
  https://falconite.xyz  
 ========================== 
 
 I primarily use Golang, C or Python, and that's what you will find here.

 You can contact me on: [email protected]
 
 Thanks for checking out my profile. 

        ,_---~~~~~----._         
  _,,_,*^____      _____``*g*\"*, 
 / __/ /'     ^.  /      \ ^@q   f 
[  @f | @))    |  | @))   l  0 _/  
 \`/   \~____ / __ \_____/    \   
  |           _l__l_           I   
  }          [______]           I  
  ]            | | |            |  
  ]             ~ ~             |  
  |                            |   
   |                           |   

qemantra's People

Contributors

pspiagicw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

qemantra's Issues

Start the indices for `qemantra list` from 1

Currently the indices start from 0 , which is a little bad. If started from 1 , it would make it a little polished.
Modify ListMachines function in pkg/runner/find.go. Very easy to do

Add configuration file or option to change location of .qemantra directory

My /home is on a small but fast nvme that lacks space to store VMs so I keep them on a much larger disk.

Having either a configuration file that would allow me to specify a storage location or asking on the first run would be useful.

For now a workaround of moving the .qemantra directory and symlinking from /home works nicely:

ln -s /data/VMs/qemantra .qemantra

I'm also not clear why the qemantra folder is hidden by default. I'd personally rather have it visible given the size of attached qemu disks can get large. But the symlink worked fine for making it more visible too.

--

This is a nice little project, the cli appearance and user experience are very good. Very similar project to Quickemu, although that has more automation for ISO download - should probably be added to your similar projects list ;)

[Feature] Add command to delete machines

Currently there is no way of deleting Virtual Machines.

The command would be called delete and get only one options --name.
It takes the name of the machine and delete the machine.

Simple `rename` command

This will allow us to rename the virtual machine to something else. Should check for

  • If given machine exists
  • If the renamed machine should also exist.

[Bug] `rename` command does not rename file , just the json value

Currently the rename commnd does change the name of the machine , but
it does not change the file name. This means this sequence of events can be deadly

  • You create a machine with name "Machine 1" , it names the file machine_1.json
  • You rename that machine to "Machine 2" , now the file machine_1 has name Machine 2.
    That means now "Machine 1" does not exist but "Machine 2" exists.
  • You create a machine with name "Machine 1".
  • You list number of machines , and it only lists "Machine 1" , "Machine 2" was overwritten!

Simple `check` subommand.

This should check if the dependencies exists and warn about any problems , like missing read and write permissions for default config directory etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.