Skip to content

Latest commit

 

History

History
88 lines (84 loc) · 5.06 KB

ROADMAP.MD

File metadata and controls

88 lines (84 loc) · 5.06 KB
  • integrate with Travis CI
  • fix xdm corrupted download.txt
  • install flag to extract a command field into a seperate bat file and add folder to path
  • add the ls,dir commands
  • add the cls,clear commands
  • command to request elevation before running command, program sudo
  • relay command to the actual program if installed
  • command addpath to add a folder to path
  • add ifconfig command
  • add command to remove very long path name rmlong
  • make rmlong remove folder recursively by allowing multiple folder in params
  • enable shortcut creation
  • expands the chelp message to support independent help on command
  • possibly add another function to request elevateion on running program using PID
  • function to print out list of color value
  • add function to show about, licence, authors e.t.c
  • split commands to independent file for ease addition and PRs
  • list pids of running apps
  • get application attributes from pid
  • make help extract comment from each command
  • add text to speech command
  • command to remove or set lan proxy
  • command to connect and disconnect to wifi
  • create command to remove a folder from Path
  • command to archive and extract zipped file
  • start a server with custom port and ip from a folder
  • allow pluginable such that command drop in the same folder as Cronux.bat is treated natively
  • command to create a shortcut on windows
  • command to add app shortcut to start menu, startup folder
  • create Bakefile to build to executable
  • command to calculate md5 value of string and file
  • command to calculate sha1 value of string and file
  • brute force connect to wifi using dictionary
  • make a folder accessible over ftp on the same network
  • registry commands
  • test runner to check offsets, display warning exit code e.t.c
  • create close and sleep command
  • treate helpx to show help for single script build
  • command to pipe result from a command to another command as params [pipep] command [from] evaluated1 [and] evaluated2
  • create the touch command to create files
  • group command scripts into subfolders in ./commands/ directory
  • PC Setup folder for command script for setting up programming environment
  • git command to commit all file except specified file
  • git command to commit all file except specified file accept wild card
  • git command to create tag gittag [tagname]
  • git command to delete local tag gitrmtag [tagname]
  • create a wildcard resolver command
  • git command to create release note from commit from last release or a commit hash, issue and pull request
  • command to printout aboutx and all
  • command to prints contributors of the scripts (treat in cinstall)
  • create subfolder for script alias
  • next release make sure to remove shortfilename before !SCRIPT_PATH! !ARGS__!
  • zip does not visit subfolder
  • ssh commands folder
  • powershell script to run the commands from powershell
  • compile the batch script to powershell function in case(God Forbid) Windows put terminal and powershell as defaults (it happens)
  • command to generate shell entry for right click context without run
  • command to kill a running app on command line
  • command to download update for cronux
  • command to install a batch script as powershell cmdlet
  • create command to create empty file
  • alias command for windows to create commands alias
  • command to delete certificate in store location
  • command to install a pfx certificate in store location
  • command to find a certificate by subject from all store location
  • show list of program that run at startup
  • disable and enable a program to run at startup
  • command to arrange media in a folder according to artist
  • add monitorpod command and command monitorallpod to track all pod
  • seeproxy command to show the system proxy configuration and extractable with specific param, extract from winregistry
  • a command that delete all Cronux command and delete some
  • Add task scheduler that run command every x time, also start at startup
  • command to display proxy settings on the platform
  • command to export powershell documentation to a .psdoc file
  • a full detail page about the .psdoc file and the command that works with it
  • command to convert powershell documentation to Markdown
  • command to convert powershell documentation to reStructured Text
  • write a small example to use watcherb command with external batch script
  • write a small example to use watcher command with external powershell script
  • validate objects with https://microsoft.github.io/PSRule/. Urgent
  • replace email with website in cronux
  • make each folder it head instead of just dumping pages in sidebar rst
  • add the index single at the top of each file for rst
  • command to execute file directly. use the first line shebang to run the file