@david windows supports the forward slash now
Conversation
Notices
-
Embed this notice
Johnny Peligro, now on Mitra! (mischievoustomato@mitra.taihou.website)'s status on Sunday, 20-Oct-2024 23:43:50 JST Johnny Peligro, now on Mitra! -
Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Sunday, 20-Oct-2024 23:43:48 JST 翠星石 @shitpisscum Case insensitivity is brain damage as computers are not case insensitive and will you face issues when faced with two folders called "Documents" and "documents" on windows.
You can easily get GNU bash to tab complete to capitals if someone was braindead and decided to start a folder or a filename with a capital letter, it's as simple as adding;
bind "set completion-ignore-case on"
to .bashrc
or
set completion-ignore-case on
to /etc/inputrc to set it for all users. -
Embed this notice
shitpisscum (shitpisscum@mrhands.horse)'s status on Sunday, 20-Oct-2024 23:43:49 JST shitpisscum @mischievoustomato @david Another thing I like about windows is that paths are not case sensitive -
Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Monday, 21-Oct-2024 00:13:57 JST 翠星石 @re9177 @shitpisscum Yes, that was my point.
Case insensitive search functions like strcasecmp() and strncasecmp() are useful in certain cases, but as soon as you start applying such functions to directory resolving, there's a huge chance there's strncmp() instead in several places and directory resolving is case sensitive as always. -
Embed this notice
gogo (re9177@hollow.raccoon.quest)'s status on Monday, 21-Oct-2024 00:13:58 JST gogo @Suiseiseki@freesoftwareextremist.com @shitpisscum@mrhands.horse NTFS is in fact case sensitive, Windows by default is case insensitive due to the infinite wisdom of backwards compatibility that they have gotten themselves into.
-
Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Monday, 21-Oct-2024 00:15:23 JST 翠星石 @re9177 @shitpisscum Cwgwin or MSYS2 are ports of GNU to windows, although how they offer GNU bash is quite useful for actually getting things done. -
Embed this notice
gogo (re9177@hollow.raccoon.quest)'s status on Monday, 21-Oct-2024 00:15:24 JST gogo @shitpisscum@mrhands.horse @Suiseiseki@freesoftwareextremist.com creating files using e.g bash on Cygwin or MSYS2 can achieve this effect on an Windows system.
-
Embed this notice
shitpisscum (shitpisscum@mrhands.horse)'s status on Monday, 21-Oct-2024 00:15:26 JST shitpisscum @re9177 @Suiseiseki Fuck, now I'm wondering if it's possible to do the opposite on windows aka. make it case sensitive. I'll have to look it up later.
-
Embed this notice