Skip to content

Simple CLI-based program that offers a nice hacker effect for long programming sessions. Simple, fun, and customizable!

License

Notifications You must be signed in to change notification settings

Aedrus/code-tank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hero image of app

Code Tank

Issues open Issues open Latest version

Table of Contents

  1. Introduction
  2. How to Install Code Tank
  3. How to customize your Code Tank

Introduction

Code Tank is a simple program for Windows that allows users to run a code "fish tank" effect in any of their CLIs. It was designed to consume as few resources as possible and maintain a low profile.

Code Tank was created with the goal of adding a little excitement to each of your coding sessions. It offers a few built-in styles that change the visual appearance of your tank and a range of customization options. Code Tank is open source, which means it is free to download, use, and distribute under the MIT license.

For more information on how to get started, customizing code tank, or adding your own style, head over to our documentation page.

Installing and Running Code Tank

Requirements

  • Windows 10 (build number 19041) or newer.
  • Thrid party dependencies including: None.

Install Code Tank on Windows

  1. Download the .zip file from the latest releases page.
  2. Unpack the .zip file into a suitable location on your drive.
  3. Run the codetank.exe file from the unpacked folder.

Install { App_Name } on Linux

For Debian, Ubuntu, or Mint

sudo apt install curl

sudo curl -fsSLo /usr/share/keyrings/{app}-browser-archive-keyring.gpg https://{app}-browser-apt-release.s3.{app}.com/{app}-browser-archive-keyring.gpg

echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list

sudo apt update

sudo apt install app-repo

How to run a Code Tank

To get started, first run the application via the packaged .exe file.

How to customize your Code Tank

To change a thing, run the following command:

app create "thingy"

From here you can append a variety of arugments to perform utility operations:

app create "thingy" -remove

app create "thingy" -add

app create "thingy" -modify

Creating custom Styles

Styles alter the visual appearance of your tank based on criteria outlined in json files.This allows users to create unique and highly-tailored designs for their tank.

To begin, create an empty json file on your drive. Ideally, you may want to give it a name that is related to the theme of your Style, i.e. matrix, cats, hackertext, etc.

Program Arguments/Shortcuts/Commands

There are a number of commands that help to customize your code tank:

  • Thing 1 - Opens a thing or does a thing.
  • Thing 2 - Opens a thing or does a thing.
  • Thing 3 - Opens a thing or does a thing.
  • Thing 4 - Opens a thing or does a thing.
  • Thing 5 - Opens a thing or does a thing.

Contributing

This project is happy to accept contributions from our community and fellow developers.

Please keep in mind, we highly advise that you first read our Contribution Guidelines and Developer Documentation before you begin working on a feature or bugfix. Here, you can gain valuable information on the inner workings of Code Tank and current features/fixes that are being worked on.

This step is crucial and helps to ensure that everyone stays on the same page and that there is no wasted effort on your part. Lastly, we would like to thank all of our contributers and graciously offer you a virtual hug!

(づ。◕‿‿◕。)づ

License

This project is licensed under the MIT license.

About

Simple CLI-based program that offers a nice hacker effect for long programming sessions. Simple, fun, and customizable!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages