Coder Social home page Coder Social logo

aspectscli's Introduction

AspectsCLI

A CLI interface to the aspects software installation system.

What are "aspects"

I have a cool concept for making aspect completely different from the competition.

But first, have you ever install an OS that has everything you need without being extremely bloated? Probably not. Most OS' are only targeted to people with very casual computer use, like browsing the web, reading their email, and maybe making a document or two.

But in my concept, you have a base OS, called Aspect OS base, which doesn't have a de or anything, but has some basic tools like a (cli) text editor etc. But in the install script, you can choose to add an aspect. An aspect is pre-tailord set of packages and some commands to install. There will be repos for this. There is a core repo, which has some general purpose ones like “casual”, “video editing”, “programming” and more. There will also be a community repo, which has more, more edge case, but still useful to more than a handful of people, aspects. And you will be able to import an aspect from a url (e.g you have a custom aspect specifically for you). These aspects include the DE, which is good, so a entry-level user could choose an aspect with, say gnome or cinnamon, while an expert user, could choose an aspect with something like i3.

There will be lots of apps an DE's which have pre-made install scripts in a repo, but you can also make custom versions of these.

You will also be able to make aspects, with a python library. An aspect script might look like this:

import aspects as asp
asp.desktop("cinnamon") # You can only have one desktop.
asp.image_editor("gimp")
asp.image_editor("krita") # You can have multiple of the same app
# More code...
asp.custom_app("Image Editor", "https://example.org/exampleimaged.py") # You can also reference custom DE's

Taken from [https://scratch.mit.edu/discuss/topic/646359/?page=23#post-6883608](this scratch forum post).

Links

The first party aspects: https://github.com/AspectLinux/FirstPartyAspects/

aspectscli's People

Contributors

michaeleldar avatar

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.