this post was submitted on 12 Nov 2023
76 points (94.2% liked)

Programming

22006 readers
178 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I found it today on github, looks cool, but unfortunately it has no nushell support.

speaking of supported shells, here is a list:

  • bash
  • zsh
  • fish
  • pwsh
  • powershell
top 18 comments
sorted by: hot top controversial new old
[–] Zaphod@discuss.tchncs.de 32 points 2 years ago (2 children)

Inshellisense

I hate and love this name

[–] grue@lemmy.world 8 points 2 years ago (1 children)

I keep reading it in Sean Connery's voice.

[–] eager_eagle@lemmy.world 5 points 2 years ago

Knock knock

- Who's there?

- Dishes

- Dishes who?

- Dishes Sean Connery

[–] starman@programming.dev 5 points 2 years ago

It's clever, but sounds stupid

[–] TCB13@lemmy.world 12 points 2 years ago (1 children)

How and when is Microsoft somehow turning this thing into another bait into some semi-proprietary thing they'll leverage to force people into their other things? https://ghuntley.com/fracture/

[–] NixDev@programming.dev 4 points 2 years ago (1 children)

Found that article recently. It is a great look into what MS is doing. Makes sense on why they killed Atom so quickly after the GitHub acquisition. I still need MS for some work stuff but almost everything else has been migrated to JetBrains for my IDE.

I am really hoping that JavaScript comes out with a native typescript so the MS bullshit dies.

[–] TCB13@lemmy.world 1 points 2 years ago

Yes but making the underlaying stuff limited to official builds is questionable open-source.

[–] sirdorius@programming.dev 6 points 2 years ago

Pretty cool when I need autocompletion, but it really messes with my zsh config so I won't be using it all the time

[–] Deckweiss@lemmy.world 4 points 2 years ago* (last edited 2 years ago) (1 children)

We already had https://fig.io/ and while it isn't officially open source, their obfuscating efforts (at least on linux) are very pathetic to the point where they might have as well just put it up on github.

Oh and a huge negative is that they have been recently aquired by amazon. I don't know whether thats worse than microsoft.

[–] sirdorius@programming.dev 3 points 2 years ago (1 children)

Fig looks really cool, but it's Mac only

[–] Deckweiss@lemmy.world 0 points 2 years ago

I've been using it on Linux for over a year as a beta tester. It's in the AUR.

[–] thesmokingman@programming.dev 1 points 2 years ago

I’m trying to figure out how this gets monetized. It doesn’t look like it actually phones home. The only interesting dependency is Fig, which another commenter calls out. Since this basically just wraps Fig, I wonder if this is Microsoft’s first pass at getting into shells before they reimplement Fig themselves.

Note I didn’t look to see what kind of telemetry Fig collects. I skimmed the dep from this package but didn’t feel like chasing down the tree of Fig deps that get pulled into that one.