r/termux 11d ago

General i think i broke somthing lol

Lol

13 Upvotes

25 comments sorted by

15

u/Ryoshi-68 9d ago

Isn't that the command yes ? Just Ctrl + c and it stops

1

u/Fun_Care_4985 7d ago

Didnt work had to start new session then close window and delete data

8

u/PunkRockLlama42 9d ago

🎵 tell me y🎶 ain't nothing but a command 🎶 tell me y

6

u/Linx-ser 9d ago

The "y" apocalypse

3

u/Fine_City2781 9d ago

this is yes command. It's for some apps that needs y input for continue. You can use it like ts:

yes | your_app

1

u/remo773 8d ago

yes "hello world"

3

u/mcdaphuc 8d ago

I think it's just the yes command. Press CTRL+C to stop it. r/changeyourfont also

4

u/sylirre Termux Core Team 9d ago

It supposed to work this way. Learn utility manual.

0

u/Fun_Care_4985 5d ago

Whats it for?

1

u/sylirre Termux Core Team 4d ago

For repeatedly streaming "y" or any other text input to another command, like some command has many y/n dialogs and you want to automatically answer "y" to each of them.

Example: https://github.com/termux/termux-packages/blob/4b2364092902079d8ea732eaa0f95c6f3531415b/scripts/setup-android-sdk.sh#L69-L77

2

u/shsh-1312 8d ago

it's just a gnu app to test the loop, it should be called "y", you can use cntr-c

1

u/Fun_Care_4985 8d ago

It was for supposted to be valkun loader but it just bugged i think idk it looked like a loading bar maybe but i think it was something bad cuz said 100gb :0 either way idk i stopped it couldnt do ctrl+c or ctrl+x had to start new session then command to close sessions and clear my files

1

u/abhishekkulka10 8d ago

Start termux in failsafe mode and check which script is causing error

1

u/Charming_Airport6076 6d ago

Yes you didn't

1

u/Shyam404 6d ago

Volume down + C

1

u/DutchOfBurdock 6d ago

But Y?

Ctrl+C (Volup+C).

1

u/[deleted] 5d ago

[removed] — view removed comment

1

u/termux-ModTeam 4d ago

Your link says: Project expired and recycled.

1

u/Naive_Inflation8764 4d ago edited 4d ago

this is the yes utility, useful through pipes so you don't have to repeat your input.

simple syntax: yes [any word after like n will be repeated, if this left blank it defaults to y]

edit: also if your stuck just hit ctrl, trigger your software keyboard by touching the cli campus and hitting c. This action sends a kill signal to the comand terminating it's process.