Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9780 743 d 22 h Doczom /programs/system/shell/ add new function - lsmod
This function input list loaded drivers.
 
9173 976 d 22 h turbocat /programs/system/shell/ SHELL 0.8.3:
- Added the ability to create parent directories if needed( "mkdir" command)
 
8827 1058 d 22 h rgimad /programs/system/shell/ SHELL 0.8.2
- big refactoring, now uses libc.obj
- added kfetch command
 
8662 1130 d 21 h turbocat /programs/system/shell/ SHELL:
- Added pkill command
 
7808 1479 d 5 h rgimad /programs/system/shell/ SHELL 0.8.1 changelog
- added output redirection to file (> >>) for echo command

e.g. echo "<html>">123.txt ; echo a b c >> y.txt
 
7805 1479 d 22 h rgimad /programs/system/shell/ fixed bug with cd ../
fixed cd . and cd ./ behavior
 
7803 1480 d 21 h rgimad /programs/system/shell/ change version to 0.8  
7802 1480 d 21 h rgimad /programs/system/shell/ SHELL 0.8 changelog
- added mv command
- added ren command
- now ls works also with relative pathes
- fixed bug in strrchr
 
7792 1482 d 21 h rgimad /programs/system/shell/ Now for incorrect scripts (which doesnt start with #SHS) shell says that they are incorrect, not "File not found". Also, translated comments from russian to english in two files.  
7787 1483 d 5 h rgimad /programs/system/shell/ SHELL 0.7.8 changelog
- fixed bug with ctrl+v
- added navigation in current string by Home, End
- directory highlighting in ls command output
 
7024 2413 d 1 h leency /programs/system/shell/ * help now displays the list of commands in three columns
* ps now displays the RAM size used by the process
* ls now displays all files not in one but in several columns, the old single column output is still accessible via the key '-1'
 
6862 2642 d 2 h siemargl /programs/system/shell/ startup workdir fix  
6857 2646 d 7 h siemargl /programs/system/shell/ better cp, 64-bit fileops  
6825 2677 d 3 h siemargl /programs/system/shell/ waitfor command  
6822 2681 d 21 h siemargl /programs/system/shell/ better up/dwn arrows, docu  
4516 3756 d 12 h Albom /programs/system/shell/ Shell 0.7.4. Clipboard works. Ctrl+C copies the whole command line and Ctrl+V pastes it.  
4309 3812 d 0 h Albom /programs/system/shell/ Shell 0.7.3. Bug with '%' symbol in command history is fixed.  
4106 3845 d 0 h Albom / Shell 0.7.2. 1) .shell moved to /sys/settings. 2) "cd .." command fixed.  
4050 3852 d 12 h Albom /programs/system/shell/ Shell 0.7.1. Pressing Up and Down keys was causing hanging up the program when command history was empty (but nobody cares). Fixed.  
4015 3858 d 9 h Albom /programs/system/shell/ Shell 0.7.0. Command line editing implemented. + Some small fixes.  
3988 3862 d 22 h leency /programs/system/shell/ SHELL 0.6.4: relative passes support for scripts  
3916 3881 d 1 h Albom /programs/system/shell/ MSVC-style attributes for data align in structures (thanks to CleverMouse and Kirakishou!)  
3268 4089 d 9 h Albom /programs/system/shell/ Shell version 0.6.2  
3245 4097 d 8 h Albom /programs/system/shell/ Shell v0.6. See History.txt.  
2735 4354 d 6 h Albom /programs/system/shell/ Shell 0.5.4: changes in console apps; history cmd added; ccpuid, free, killall cmds came back.  
2631 4400 d 16 h Albom /programs/system/shell/ Shell: pwd cmd fix  
2617 4403 d 9 h Albom /programs/system/shell/ Shell: ls command fix, other small fixes  
2615 4404 d 11 h Albom /programs/system/shell/ Shell: some small fixes  
2502 4427 d 0 h Albom /programs/system/shell/ shell 0.5 could run console apps  
2323 4526 d 1 h Albom /programs/system/shell/ Shell: cd command fixed  
2174 4620 d 2 h Albom /programs/system/shell/ Shell: CapsLock and Shift keys  
2077 4644 d 8 h Albom /programs/system/shell/ SHELL: .shell script runs from the current dir  
1862 4834 d 1 h Albom /programs/system/shell/ Running programs in the current directory with Shell is fixed.  
1807 4845 d 7 h Albom /programs/system/shell/ Killall and ccpuid commands are temporarily removed. Text strings are corrected.  
1673 4943 d 5 h Nasarus /programs/system/shell/ Shell 0.4.52. "killall" added & bugfixes  
1669 4946 d 15 h Nasarus /programs/system/shell/ Shell 0.4.51. See History.txt for details.  
1668 4946 d 19 h Nasarus /programs/system/shell/ Shell 0.4.5: Multilanguage, russification, some new commands (see History.txt for details)  
1647 4960 d 6 h Nasarus /programs/system/ 1. Shell updated to 0.4.4. Author: Albom
2. @SS [ScreenSaver] now reacts to key pressing
 
959 5622 d 7 h leency /programs/system/shell/ Shell 0.4 from Albom