lahaevolution.blogg.se

Slack status update
Slack status update






When you’re in the office, it’s also obvious when your colleague is on a break. If it’s urgent, you interrupt and get all hands on deck. If your question isn’t urgent, you save it for later. She’s in the zone, with her eyes glued to the screen. You look over and see that she’s deep in some code. You could then go a step further and add more aliases such as alias ssm="slackstatus meeting" which allows you to quickly write ssm 1h from any terminal to tell your team you are in a meeting for the next hour.In the office, it’s pretty obvious when your colleague is in Deep Work. Now you can run slackstatus meeting 1h from any terminal.

slack status update

Add alias alias slackstatus="node ~/Sites/slack-auto-status/app.js update" (check the path is correct for your directory location).You can add an alias to your profile, bashrc, or zshrc etc to make posting new status updates quick and easy. Start the ecosystem above if you haven't already.pm2 startup then run the command it prints out.

slack status update

  • Start ecosystem file: yarn run daemon:start.
  • You can then populate the SSIDs in config.json.
  • Get a list of nearby locations by running yarn run scan.
  • config/config.json and add your Slack API key, locations and any shortcuts you'd like.
  • Download repo to a local directory (ie, ~/Sites/slack-auto-status).
  • Specify multiple slack API keys to have multiple accounts updated at once.
  • Override the automated status updates with a custom status with optional duration.
  • Add custom quick status update shortcuts in config.
  • Specify status updates based on nearby networks.
  • Scan nearby networks to get a list of SSIDs.
  • Additionally you can override automated status updates by running command line method to manually set your slack status. Can be run indefinitely in the background using pm2 and by default checks every minute.

    slack status update

    A NodeJS application that monitors nearby WiFi networks to automatically update your slack status.








    Slack status update