- Big City (9:00) - Jordan Bond, Lachlan Ryan - https://tribecafilm.com/news/now-streaming-curated-shorts-big-city
- Northbound (8:38) - Jørn Nyseth Ranum - https://tribecafilm.com/news/now-streaming-curated-shorts-northbound
- Mildred and the Dying Parlor (11:02) - Alex Gayner - https://tribecafilm.com/news/now-streaming-curated-shorts-mildred-and-the-dying-parlor
- Warning Labels (13:54) - Jennifer Morrison - https://tribecafilm.com/news/now-streaming-curated-shorts-warning-labels
- Voice Over (9:36) - Martin Rosete - https://tribecafilm.com/news/now-streaming-curated-shorts-voice-over
- Gnarly in Pink (8:05) - Benjamin Mullinkosson, Kristelle Laroche - https://tribecafilm.com/news/now-streaming-curated-shorts-gnarly-in-pink
- Early Sunday Morning (5:46) - Yoonha Park - https://tribecafilm.com/news/now-streaming-curated-shorts-early-sunday-morning
- Cafe Glass (9:15) - Wen Ren - https://tribecafilm.com/news/now-streaming-curated-shorts-cafe-glass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Ember from 'ember'; | |
export default Ember.Component.extend({ | |
_items: [], | |
inputVal: 'hello', | |
outputVal: 'hello', | |
pushIt: function() { | |
this.get('_items').pushObject('Hi ' + Date.now()); |
- Setup a bot auth to get a token https://api.slack.com/web
npm install -g slack-cli
https://github.com/candrholdings/slack-cli- fix line endings in
cmd.js
candrholdings/slack-cli#4 - create a shorter command (so you can
slack channel "my message"
instead ofslackcli -t xdf-080808798794238729-29384723948-932847349 -h channel -m "my message"
:
~/slack.sh:
#!/bin/bash