npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

discord-term-fork

v1.4.6

Published

Extensible Discord terminal client

Downloads

7

Readme

✨ Discord Terminal

An extensible Discord terminal client. Can be used with bot or user tokens.

This is a fork of discord-term! It was made with the original creator's permission (Thanks άτλα) Why is it forked? For discub! https://discub.nab138.repl.run/ I forked it to be able to easily update it without having to go throught the devs every time. Official updates to discord-term will not be found here, but unoffical ones will!

Why should you use discord-term-fork as opposed to discord-term? It is being activley maintained and updated. Features available here that you can't find in the original: - Username support for DM's (allows username, username#tag, or userID to fill in the user feild in the dm command) - Guild name support when switching guilds (allows guild name or guildID to fill in the guild field in the g command) - More to come!

Disclaimer: So-called "self-bots" are against Discord's Terms of Service and therefore discouraged. I am not responsible for any loss or restriction whatsoever caused by using self-bots or this software. That being said, there's no one stopping you from risking using an account, so go head!

Please note that this program is intended to be used with a bot token which is 100% compliant with Discord's Terms of Service.

Screenshots

Linux preview

Linux preview

Windows 10 preview

Windows 10 previw

Get Started

Setting up is extremely easy. Just issue the following commands:

$ npm install --global discord-term-fork
$ dterm

That's it! Although keep in mind that since the project is relatively new, you might encounter some bugs here and there.

This project has been tested and verified as working on native Ubuntu terminal and Windows command prompt + PowerShell using Node.js 10

Pst. Consider starring the repository if you like it! <3

Usage

Once you've started the program, use /login <token> to connect to Discord.

See the links below for information on retrieving login tokens:

You can also issue the /help command to display all available commands.

Tricks & Tips

  1. Get moving quickly! You can easily switch between servers and channels using the /tag command.

    Example:

     For a channel:
    
     $ /tag dev 437051394592210944
     $ /c $dev
    
     Or for a guild:
    
     $ /tag gamingcorner 286352649610199052
     $ /g $gamingcorner
    
     Or for a user:
    
     $ /tag cloudrex 285578743324606482
     $ /dm $cloudrex hello
    
     You can even use them for normal messages!
    
     $ <@$cloudrex> => Would send the message: <@285578743324606482>

    Easy right?

    In Linux, you can also just click the channels ;)

  2. Change message format style Customizability is what this project is heading for. I'm planning on adding support for plugins in the future! As of now, you can edit your message format and theme.

    Example:

     $ /format {sender} ~> {message}
    
     Or even more fancy:
    
     $ /format [{sender}] => {message}

    Try it out and match your style. Shiny!

  3. Change themes Changing themes is easy. You can switch between themes using the /themes command.

    Example:

     $ /theme dark-red

    Themes included:

    • default
    • dark
    • dark-red
    • rose
    • ruby
    • discord
    • discord-light-theme (Don't use)
    • purple-glory (by @JustCaptcha)

    Want more? Make your own! Checkout how those themes were made under the themes directory (Psst. It's easy!).

    Don't forget to create a pull request submitting your awesome theme so everyone can use it!

  4. Pasting in the terminal You can use CTRL + SHIFT + V to paste data in most terminals.

  5. Neat details There's some cool magic behind the scenes that you might not know about:

    1. Just have your token in your clipboard before starting the application, it will automagically detect it and login.
    2. Alternatively, you can set the DTERM_TOKEN environment variable and it will use it to automatically login.
    3. If you ever need to force a re-render because the UI might be buggy or so, use the /reset command.
    4. Pressing the UP arrow key after sending a message will allow you to edit it (similar functionality to Discord).
    5. Pressing the DOWN arrow key will delete your last message (if there was any).
  6. Super-secret mode Discord Terminal has this cool security feature that allows you to send + receive encrypted messages, and all you need to do is set a password.

    1. /encrypt secret_password_here_no_spaces This will set your decryption/encryption password
    2. /doencrypt Toggle automatic encryption of messages

    From now on, your messages will be sent encrypted, preventing anyone (including Discord) from deciphering them unless they have set the same password as you. This way, you can give your friends the secret password and both talk in an encrypted, safe manner.

    Any encrypted messages sent by other users using Discord Terminal will be intercepted and attempted to be decrypted with the currently set decryption key.

    Note: Your friend(s) must have set the same password in order to view your messages!

    Keep in mind that your password cannot contain spaces.

Thanks to all these wonderful people for contributing to the project: