catloversg
826fd42296
DOCUMENTATION: Improve help text of scp and run ( #2493 )
2026-02-11 10:42:10 -08:00
Groot-0909
b99e522d1c
UI: Update incorrect ps command shown in help ( #2484 )
2026-02-08 09:37:04 -08:00
maglinvinn
d664d2b41a
DOCUMENTATION: Remove references to defunct wiki from Hack/Weaken/Grow ( #2404 )
2025-11-30 13:31:43 -08:00
Shy
4ad9a96788
MISC: Support css file type ( #2378 )
2025-11-05 14:05:31 -08:00
catloversg
222e42000c
CLI: Add --temporary flag to run command ( #2354 )
2025-10-18 12:04:39 -07:00
catloversg
8729dc3d1b
MISC: Update messages related to text files ( #2266 )
2025-07-24 22:39:55 -07:00
HansLuft778
67017c5782
TERMINAL: Add RAM usage and detailed file size to ls -l output ( #2135 )
2025-06-02 02:23:22 -07:00
catloversg
a9900072da
MISC: Remove support for running NS1 scripts ( #2083 )
2025-04-11 13:41:48 -07:00
Naga
0aaa28054a
NETSCRIPT: Add functionality and support to fully allow Players to use IP addresses in place of hostnames ( #1990 )
2025-04-10 18:41:37 -07:00
David Walker
5b2a4eafcb
MISC: Improve several things relating to PID lookups ( #1594 )
...
findRunningScriptByPid needlessly took a "server" argument. This caused
there to be a "getRunningScriptByPid" version that did *not*, and it was
looping through all servers in order to function, which is needlessly
inefficient.
By removing the parameter and the needless inefficient helper method,
the following changes:
- Many Netscript functions such as isRunning() and getScript() become faster.
- The terminal "tail" command now works by pid regardless of the current
server. Note that "kill" already worked this way.
I also improved the docs around "tail", since the pid argument wasn't
in the help.
2024-08-17 14:03:00 -07:00
catloversg
829eda2e5a
MISC: Add help text for changelog command ( #1540 )
2024-08-03 23:43:14 -07:00
catloversg
864613c616
MISC: Support JSX, TS, TSX script files ( #1216 )
2024-07-14 14:47:10 -07:00
catloversg
313d6a28b6
MISC: Remove obsolete description of killall ( #1453 )
2024-07-04 00:03:18 -07:00
muesli4brekkies
4936d14639
TERMINAL: Add grep command ( #1381 )
2024-06-14 00:00:48 -07:00
G4mingJon4s
805ca06922
TERMINAL: Added deleting entire directories using rm ( #1378 )
2024-06-12 19:17:39 -07:00
catloversg
9a2bb16548
MISC: Fix wrong help text of cd command ( #1376 )
2024-06-09 16:39:56 -07:00
LJ
65082f677e
Update rm command help text ( #1132 )
2024-03-04 09:30:03 -05:00
LJ
ddb10f833c
TERMINAL: Add --ram-override flag to the run command ( #1055 )
...
* Add --ram-override flag to run command
* Update help command
* Fix whitespace
* Update run usage message
* Update autocomplete for run command
* Format
2024-02-15 05:51:37 -08:00
Sphyxis
21c7f56d23
TERMINAL: Updated Alias/Unalias ( #914 )
2023-12-07 20:15:55 -05:00
Snarling
5f2a1c3f27
TERMINAL: Fix original alias syntax ( #545 )
2023-05-29 06:54:51 -04:00
omuretsu
40babcb2ee
more hotfixing
...
Hotfixed usage tips for alias
Hotfixed prestigeHomeComputer to avoid crashing prestige
Added checking at startWorkerScript to try and find instances where script is launched on wrong server
Fixed corp issue with multibuy not providing multibenefits
2023-05-26 14:59:42 -04:00
Aloït R
8dad2e746f
Fix missing bracket ( #519 )
2023-05-21 10:07:29 -04:00
Snarling
ebae35b1fb
CODEBASE: Expand lint rules, and Aliases are stored as maps ( #501 )
2023-05-05 03:55:59 -04:00
Olivier Gagnon
af1a1ac58d
Rename lots of reference from old to new repo
2022-10-20 03:56:59 +11:00
Snarling
50f14b4f58
Commit1
2022-10-03 12:12:16 -04:00
Olivier Gagnon
2d522ea1e6
allbuild commit e9254edf
2022-07-21 15:09:55 -04:00
Douwe Schulte
934a72b94c
Fix Nitpick: scan-analyze description displays with an html tag when doing help #3843
2022-06-22 14:06:05 +02:00
chris380
16720ec3b7
update connect help text
2022-04-12 15:08:04 +02:00
Olivier Gagnon
48f80f25d6
fmt and lint
2022-04-06 19:30:08 -04:00
Master-Guy
e0377980a5
Merge branch 'dev' into issues/1944
2022-03-17 18:29:18 +01:00
phyzical
9949cc9a1e
removed ip references
2022-03-17 21:50:23 +08:00
Master-Guy
59ec6213b9
Processed review comments
2022-03-17 13:17:43 +01:00
phyzical
26df6fd39c
doc updates
2022-02-06 00:12:28 +08:00
phyzical
9a3731cf18
updated grep for ls
...
* implemented flags logic for grep
* added --grep and -g
* updated docs
2022-02-05 23:27:08 +08:00
Martin Fournier
e7aa977eb0
Persist terminal command history in game save
...
Copy the terminal commands into the player object so that they are saved
between game reloads.
Adds a 'history' command to display history, and a 'history -c' command
to clear it from both the current terminal & the player's save.
2022-01-23 17:09:54 -05:00
nickofolas
7a31b19c88
Fix formatting lost in merge commit
2022-01-16 20:40:11 -06:00
hydroflame
6bf6d1f217
Merge branch 'dev' into add-simple-globs-nano-vim
2022-01-15 17:38:25 -05:00
nickofolas
c7b3b9918e
Update help text formatting
2022-01-13 18:47:21 -06:00
smolgumball
3f032d7006
Update verbiage to match UI (Script Editor vs. Text Editor)
2022-01-09 20:41:48 -07:00
smolgumball
b6f252cd8c
Update terminal help to mention globs; refactor to dedupe nano/vim usage details
2022-01-09 20:26:56 -07:00
JustAnOkapi
00b838dab2
fix two typos in HelpText
...
mem -tab
scp +tab
2022-01-08 14:15:40 -06:00
hydroflame
e583b46b16
Merge pull request #2202 from amclark42/help-analyze-typo-fix
...
Fix two typos in `help` command text
2021-12-28 10:32:19 -05:00
hydroflame
a29ffead78
Merge pull request #2211 from anthonydroberts/buy-all-option
...
Add buy all option to buy terminal command
2021-12-28 10:30:54 -05:00
Tony Roberts
e9fd5f46eb
Add buy all option to buy terminal command
2021-12-28 03:15:29 -05:00
Andrew Cooper
33e4e31099
Fixes scp and mem helptext.
2021-12-28 00:54:35 +00:00
Ash Clark
58dd450aca
Fix two typos in help command text
2021-12-27 11:47:02 -05:00
Andrew Cooper
7805b72457
'help run' docs now mentions coding contracts.
2021-12-23 01:23:57 +00:00
Emil Ahlbäck
e7e1e82394
Update HelpText.ts
2021-12-21 22:16:12 +01:00
Billy Vong
bb2f8e883c
feat: Support opening multiple files from command line
2021-12-20 16:55:17 -05:00
Billy Vong
d30edc7f59
feat: Add vim terminal command
2021-12-20 16:20:50 -05:00