Skip to content

Commit

Permalink
Remove references to crystalshards.org (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 authored Jul 1, 2024
1 parent 8647168 commit 7d9ff96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,6 @@ As stated in the documentation for the [GNU Readline Library](http://www.gnu.org
`Readline` has some great features: filename autocompletion out of the box; custom auto-completion method; keybinding, just to mention a few. If we want to try it then the [crystal-lang/crystal-readline](https://github.com/crystal-lang/crystal-readline) shard will give us an easy API to use `Readline`.

On the other hand, we have `NCurses`(New Curses). This library allows developers to create *graphical* user interfaces in the terminal. As its name implies, it is an improved version of the library named `Curses`, which was developed to support a text-based dungeon-crawling adventure game called Rogue!
As you can imagine, there are already [a couple of shards](https://crystalshards.org/shards/search?q=ncurses) in the ecosystem that will allow us to use `NCurses` in Crystal!
As you can imagine, there are already [a couple of shards](https://shardbox.org/search?q=ncurses) in the ecosystem that will allow us to use `NCurses` in Crystal!

And so we have reached The End 😎🎶

0 comments on commit 7d9ff96

Please sign in to comment.