atom-hex icon indicating copy to clipboard operation
atom-hex copied to clipboard

https://atom.io/packages/hex gives a 404?

Open didibus opened this issue 8 years ago • 6 comments

This package doesn't seem to show up in Atom anymore, and if you go to https://atom.io/packages/hex, it says 404 page not found.

didibus avatar Jan 29 '17 02:01 didibus

The result of apm install hex

Installing hex to C:\Users\Tom\.atom\packages failed
Request for package information failed: Not Found

tom-sherman avatar Feb 05 '17 12:02 tom-sherman

fyi, you can manually install the package:

  1. Download the rep
  2. extract it to ~/.atom/packages
  3. open a console in atom-hex folder, and npm install
  4. restart atom?
  5. ...
  6. profit!

Pondidum avatar Feb 09 '17 16:02 Pondidum

@pondidum Nice fix, I would like to know why the package was removed in the first place though

tom-sherman avatar Feb 09 '17 19:02 tom-sherman

Does it mean this package is not maintained anymore ? Thanks for the job guys.

alexisfrjp avatar Mar 12 '17 23:03 alexisfrjp

Looks like the package doesn't work with atom 1.25.0. I see blank screen instead of hex-view.

Maybe somebody know alternatives? Or maybe maintainable forks?

Kirill89 avatar Mar 27 '18 08:03 Kirill89

Atom Version 1.32.0 dose not work. I modified filePath in lib/hex.coffe line 25 to

createView = ->
  editor = atom.workspace.getActivePaneItem()
  file = editor?.buffer.file
  filePath = file?.path
  if editor and fs.isFileSync(filePath)

mitsuhisaT avatar Oct 26 '18 02:10 mitsuhisaT