tree: edea5708012befc0862332583e1ea13b75fde82b [path history] [tgz]
  1. blobstats/
  2. check_deps/
  3. component_graph/
  4. dart/
  5. devshell/
  6. editors/
  7. fuzzing/
  8. fxtest/
  9. gce/
  10. git/
  11. gn_complete/
  12. memory/
  13. mkinstaller/
  14. move_source/
  15. owner/
  16. prebuilts/
  17. rust/
  18. sdk/
  19. status/
  20. style/
  21. tests/
  22. third_party/
  23. unification/
  24. verify_cmdline_params/
  25. vim/
  26. youcompleteme/
  27. zsh-completion/
  28. .gitignore
  29. bootstrap
  30. build-qemu.sh
  31. BUILD.gn
  32. build_id_conv.py
  33. change_testability_review_analyzer.py
  34. colorize_logs
  35. cq_perf_results.py
  36. difl
  37. fd.py
  38. fetch-build-artifacts
  39. find_integration_revision.py
  40. flog
  41. fx
  42. fx-env.sh
  43. fx-help.awk
  44. fx-wrapper
  45. gen_rust_analyzer.py
  46. generate-fidl-tags.py
  47. generate-intellij-config.py
  48. git_utils.py
  49. gn_to_cargo.py
  50. gn_to_cmake.py
  51. OWNERS
  52. paths.py
  53. README.md
  54. run-zircon-arm64
  55. run-zircon-x86
  56. simplify_stacktraces
  57. update-manifest.go
scripts/README.md

Scripts

This repository is for scripts useful when working with the Fuchsia source code.

fx

fx is the front-door to a collection of scripts that make many tasks related to Fuchsia development easier. It contains a large number of subcommands, which can be discovered by running fx help. If you use bash or zsh as a shell, you can get some auto-completion for fx by sourcing scripts/fx-env.sh into your shell.